Fix build: add missing typedef for ir_phase and more s/phase_t/ir_phase/
[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 }