Make fehler159 compilable.
[libfirm] / ir / be / test / DeclTest.c
1 //
2 // GCC-firm Project
3 //
4 // $Id$
5 //
6 // Testprogram to test GCC-firm : Declatations
7
8
9 #include <stdio.h>
10
11
12 int i, j, x;
13
14 int main (int argc, char *argv[]) {
15   int k, l;
16   int i;
17
18   printf("DeclTest.c\n");
19   return 0;
20 }