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