blob: a56cecbec2ce7b374d3a0fff4fd46ce35def12c2 [file] [log] [blame]
// flags: --overrides WGSL_SPEC_CONSTANT_0=0
override o : u32;
@stage(compute) @workgroup_size(1)
fn main() {
_ = o;
}