struct S { i : i32; }; var V : S; [[stage(compute)]] fn main() { V.i = 5; return; }