blob: 9ea424d3a80355eaa25fa3467e5908a4927e8fb9 [file] [log] [blame]
@id(1234) override o : u32 = 1u;
@compute @workgroup_size(1)
fn main() {
_ = o;
}