Fix linker error in constant_expr testcase
This commit is contained in:
parent
d2e9b80be3
commit
5e85cf617a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,6 +21,6 @@ isPointer = false
|
|||
* SWIG 3.0.4 until 4.1.0, `Unknown directive '%a'`.
|
||||
*/
|
||||
int a;
|
||||
int test2(int b = 9%a);
|
||||
int test2(int b = 9%a) { return b; }
|
||||
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue