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