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