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