arch_register_class_put() is only used locally
[libfirm] / ir / be / test / dblstruct.c
index fdf3164..b59f399 100644 (file)
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
 typedef struct TypeToken
 {
   int Handle;
@@ -21,4 +23,6 @@ int main()
   tokentype Anchor;
 
   printf("%d\n", test(&CppObject, &Anchor));
+
+  return 0;
 }