blob: b699ac184791ee1a68fceba0bc4451373ddd762c [file] [log] [blame]
override o : i32 = i32();
@compute @workgroup_size(1)
fn main() {
_ = o;
}