blob: 0dd6ece37f90533c925fc33528203fd869db995a [file] [log] [blame]
[[stage(compute), workgroup_size(1)]]
fn main() {
var v : array<i32, 3>;
_ = v;
}