Examples/test-suite/grouping.i: resolve compiler warning.

This commit is contained in:
Andy Polyakov 2021-03-07 12:18:00 +01:00
parent dff8c395fe
commit 3edccb615d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ int *(test2)(int x) {
return &y; return &y;
} }
int (test3) = 37; int test3 = 37;
typedef Integer (UnaryOp)(Integer); typedef Integer (UnaryOp)(Integer);