void fn(); int f(int x) { switch(x) { default: throw "error"; } }