switch is still broken, copying over cparser testcase since noone runs the cparser...
[libfirm] / ir / be / test / trivial_empty.c
1 /*
2  * first, the empty function
3  * shows start and end nodes
4  */
5 int main(void) {
6     return 0;
7 }