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

8 lines
47 B
OpenEdge ABL
Raw Normal View History

%module xxx
#if 123e
#endif
#if 456.e
#endif