blob: 37600e5b0d81af67c7751d21a857ab4f4d4213e8 [file] [log] [blame]
@stage(compute) @workgroup_size(1)
fn main() {
var v : vec3<i32>;
_ = v;
}