Examples/test-suite/grouping.i: resolve compiler warning.
This commit is contained in:
parent
dff8c395fe
commit
3edccb615d
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ int *(test2)(int x) {
|
|||
return &y;
|
||||
}
|
||||
|
||||
int (test3) = 37;
|
||||
int test3 = 37;
|
||||
|
||||
typedef Integer (UnaryOp)(Integer);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue