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

7 lines
96 B
OpenEdge ABL

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