swig/Examples/test-suite/errors/pp_expressions_bad.i
2018-01-15 07:51:18 +00:00

13 lines
106 B
OpenEdge ABL

%module xxx
#define ZERO 0
#if 1%ZERO
#endif
#if 2/ZERO
#endif
#if 1%(5-5)
#endif
#if 2/(55-55)
#endif