switch is still broken, copying over cparser testcase since noone runs the cparser...
[libfirm] / ir / be / test / fehler095.c
1 #define SIZE 268435456
2 char too_long_for_firm[SIZE];
3
4 int main(int argc, char **argv)
5 {
6         too_long_for_firm[SIZE-1] = '\0';
7         return 0;
8 }