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