/trunk/Examples/test-suite/errors/cpp_extend_undefined.i
# · Swig · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · b425d6916302db2dd3642aeb5d6e3233 MD5 · raw file
- %module xxx
- %extend foo {
- int bar() {
- }
- };
# · Swig · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · b425d6916302db2dd3642aeb5d6e3233 MD5 · raw file
- %module xxx
- %extend foo {
- int bar() {
- }
- };