Add main().
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 23 Aug 2008 06:33:52 +0000 (06:33 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 23 Aug 2008 06:33:52 +0000 (06:33 +0000)
[r21369]

ir/be/test/fehler136.c

index 0acedc6..b0c1624 100644 (file)
@@ -8,3 +8,8 @@ extern const struct X bla;
 struct X const* const blub[] = { &bla };
 
 struct X const bla = { 23 };
+
+int main(void)
+{
+       return 0;
+}