blob: bb45cd6fddfe9a4b00cb934b19167133431409ef [file] [log] [blame]
struct S {
a : i32,
b : f32,
}
var<private> v : S;
@stage(compute) @workgroup_size(1)
fn main() {
_ = v;
}