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