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