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