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