blob: 3b04d8230abc5fbb4fd76fdb003aa83bb113b28b [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
for(var i : i32 = 0; false; ) {
}
}