blob: 478777ead0c97886ffaefdb022d860e29d590af9 [file] [log] [blame]
var<private> v : array<i32, 3>;
@compute @workgroup_size(1)
fn main() {
_ = v;
}