fehler127: WTF - autobreak expects this to compile.
[libfirm] / ir / be / test / Empty.c
1 /*
2  * Project:     GCC-firm
3  * File name:   test/Empty.c
4  * Purpose:     smallest possible C program
5  * Author:      Boris Boesler
6  * Modified by: Michael Beck
7  * Created:     XX.08.2001
8  * CVS-ID:      $Id$
9  * Copyright:   (c) 2001 Universitaet Karlsruhe
10  * Licence:
11  */
12
13
14 int main () {
15   return 0;
16 }