blob: f0d95cfed19b9d5937c5075a6f83394b28343853 [file] [log] [blame]
%module xxx
struct Funcs {};
short (Funcs::* *)(bool) = 0;
short (Funcs::* const*)(bool) = 0;