swig/Examples/test-suite/multi_import_c.i
2022-02-15 07:53:46 -05:00

10 lines
189 B
OpenEdge ABL

%import "multi_import_d.i"
// NB: this module is only imported, never compiled, so it's not necessary to
// include the header for testing purposes.
class XXX
{
public:
int testx();
};