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