Files
ANSLibs/swig-4.3.0/Examples/test-suite/errors/pp_error_directive.i

14 lines
229 B
OpenEdge ABL

%module xxx
#warning Print this warning
#error This is an error
#error Another error
#warning Another warning
/* Regression tests for #657 */
#error Test it's OK to use an apostrophe
#warning An unmatched " should be OK too