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