switch is still broken, copying over cparser testcase since noone runs the cparser...
[libfirm] / ir / be / test / fehler058.c
1 short ii = 230;
2
3 int main() {
4   short i = ii & 255;
5   printf("res = %d (should be 230)\n", i);
6   return 0;
7 }