blob: 7c298cf39679b7e4a3b2b5a2ad96e3307e08ac3b [file] [log] [blame]
var<private> v : i32;
[[stage(compute), workgroup_size(1)]]
fn main() {
_ = v;
}