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