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

12 lines
136 B
OpenEdge ABL

%module multi_import_d
%constant int myval = 1234;
%{
#include "multi_import.h"
%}
class WWW {
public:
void nullop() const;
};