enhanced
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 18 Sep 2008 00:32:13 +0000 (00:32 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 18 Sep 2008 00:32:13 +0000 (00:32 +0000)
[r22067]

parsetest/shouldfail/paramerror.c

index 2944024..6e4c6e1 100644 (file)
@@ -1,4 +1,11 @@
-int func(int)
+int func1(int)
 {
        return 0;
 }
+
+void func2(int x) {
+       int x;
+       {
+               int x;
+       }
+}