diff --git a/Examples/test-suite/grouping.i b/Examples/test-suite/grouping.i index 5632231d0..24acf6922 100644 --- a/Examples/test-suite/grouping.i +++ b/Examples/test-suite/grouping.i @@ -14,7 +14,7 @@ int *(test2)(int x) { return &y; } -int (test3) = 37; +int test3 = 37; typedef Integer (UnaryOp)(Integer);