summaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors/c_default_error.i
blob: f6220e11d675ef50286dbc06d07ee1d366a9e5cc (plain)
1
2
3
4
%module xxx

int foo(int x = 42 || 3);