diff --git a/Examples/test-suite/constant_expr.i b/Examples/test-suite/constant_expr.i index 80c2625e6..0a9984055 100644 --- a/Examples/test-suite/constant_expr.i +++ b/Examples/test-suite/constant_expr.i @@ -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; } %}