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