1 2 3 4 5 6 7 8 9 10
/* PR middle-end/18493 */ /* { dg-do link } */ int main() { goto bug; switch(0) { bug: return 0; } }