blob: 36dee4ba0284cbd224e136c0493e2883736a7bb0 [file]
struct S { x: array<i32, 1<<2> }
@compute @workgroup_size(1)
fn main() {
var s : S;
}