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