- more -f combo tests
[libfirm] / ir / be / test / Return.c
1 //
2 // GCC-firm Project
3 //
4 // $Id$
5 //
6 // Testprogram to test GCC-firm : Return
7
8 #include <stdio.h>
9
10 int main (int argc, char *argv[]) {
11     printf("Return.c\n");
12     return(0);
13 }