unsupported_dcache_clean.toy (73B)
1 fn main(): i64 { 2 var x: i64 = 0; 3 @dcache_clean(&x, 8); 4 return 0; 5 }