blob: 667a8f2f6ea2feb02f2f699f180e1c0035a75e9c [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
var i : i32;
switch(i) {
case 0: {
fallthrough;
}
default: {
break;
}
}
}