#include using namespace metal; kernel void f() { int i = 0; switch(i) { case 0: { /* fallthrough */ } default: { break; } } return; }