swig/Examples/test-suite/errors/cpp_bad_global_memberptr.i

6 lines
96 B
OpenEdge ABL

%module xxx
struct Funcs {};
short (Funcs::* *)(bool) = 0;
short (Funcs::* const*)(bool) = 0;