6 lines
96 B
OpenEdge ABL
6 lines
96 B
OpenEdge ABL
%module xxx
|
|
|
|
struct Funcs {};
|
|
|
|
short (Funcs::* *)(bool) = 0;
|
|
short (Funcs::* const*)(bool) = 0;
|