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