swig/Examples/test-suite/errors/swig_constant_missing_semi.i
Olly Betts 282e4ed4ab Issue error for missing ; after %constant
Previously there was no warning or error, no files were produced,
but exit status was 0.

Fixes #346
2022-01-27 15:35:24 +13:00

3 lines
46 B
OpenEdge ABL

%module xxx
%constant int BAR=0
int foo(int);