OSDN Git Service

2007-01-18 Hui-May Chang <hm.chang@apple.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 920917-1.c
1 inline f(x){switch(x){case 6:case 4:case 3:case 1:;}return x;}
2 g(){f(sizeof("xxxxxx"));}