blob: 9d7722f2a010daae6fd54b46e0f6224b398f701c [file] [log] [blame]
var<private> I : i32 = 0;
[[stage(compute)]]
fn main() {
I = 123;
I = ((100 + 20) + 3);
return;
}