default_initialize_local_variable_func_t callback function added.
[libfirm] / testprograms / empty.c
index 0b4624c..7a26984 100644 (file)
@@ -1,25 +1,27 @@
 /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
-** All rights reserved.
-**
-** Authors: Christian Schaefer, Goetz Lindenmaier
-**
+* All rights reserved.
+*
+* Authors: Christian Schaefer, Goetz Lindenmaier
+*
 */
 
-#include <stdio.h>
+# include <stdio.h>
+# include <string.h>
 
+# include "irvrfy.h"
 # include "irdump.h"
 # include "firm.h"
 
 /**
-***  An empty Firm program.
-***
-***  This file constructs the ir for the following pseudo-program:
-***
-***  main() {
-***    return;
-***  }
-***
-***
+*  An empty Firm program.
+*
+*  This file constructs the ir for the following pseudo-program:
+*
+*  main() {
+*    return;
+*  }
+*
+*
 **/
 
 int main(int argc, char **argv)
@@ -44,7 +46,7 @@ int main(int argc, char **argv)
    */
   owner = get_glob_type();
 
-#define METHODNAME "main"
+#define METHODNAME "EMPTY_main"
 #define NRARGS 0
 #define NRES 0
   /* The type of the method */