Added support for SymConst(ofs_ent)
[libfirm] / ir / be / test / dblstruct.c
index fdf3164..706e65b 100644 (file)
@@ -21,4 +21,6 @@ int main()
   tokentype Anchor;
 
   printf("%d\n", test(&CppObject, &Anchor));
+
+  return 0;
 }