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