2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / switch-8.c
blobfcb3f602ee56b0051f35046153886ec23f7ab2c7
1 /* PR middle-end/18493 */
2 /* { dg-do link } */
4 int main() {
5 goto bug;
6 switch(0) {
7 bug: return 0;