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