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

10 lines
55 B
OpenEdge ABL
Raw Normal View History

%module xxx
using foo::bar;
using namespace foo;