icc doesn't like -fomit-frame-pointer without -O
[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 }