add main, fix warnings not intended
authorMatthias Braun <matze@braunis.de>
Sat, 1 Nov 2008 17:39:06 +0000 (17:39 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 1 Nov 2008 17:39:06 +0000 (17:39 +0000)
[r23357]

parsetest/should_warn/traditional.c

index 75919eb..04f345d 100644 (file)
@@ -32,4 +32,10 @@ int suff() {
        float f = 1.0F;
        double d = 1.0L;
        unsigned long long bla = 1ULL;
+       return (int) a;
+}
+
+int main(void)
+{
+       return 0;
 }