DEBSOURCES
Skip Quicknav
sources / swig1.3 / 1.3.40-3 / Examples / test-suite / null_pointer.i
12345678910
%module null_pointer %inline { struct A {}; bool func(A* a) { return !a; } }