Previously there was no warning or error, no files were produced, but exit status was 0. Fixes #346
3 lines
46 B
OpenEdge ABL
3 lines
46 B
OpenEdge ABL
%module xxx
|
|
%constant int BAR=0
|
|
int foo(int);
|