BugFix: get_next_neighbour(): free the nodeset allocated in the iterator when next...
[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 }