invalid_object_function_attribute.toy (56B)
1 let @[.hot] x: i64 = 0; 2 3 fn main(): i64 { 4 return x; 5 }