/tags/ttn-post-libtool-1-4-3-upgrade/SWIG/Examples/test-suite/imports_b.i
# · Swig · 14 lines · 6 code · 4 blank · 4 comment · 0 complexity · 41f51e8bc5779a6d280ca506bc4c6730 MD5 · raw file
- /* This file is part of a test for SF bug #231619.
- It shows that the %import directive does not work properly in SWIG
- 1.3a5: Type information is not properly generated if a base class
- comes from an %import-ed file. */
- %module imports_b
- %{
- #include "imports_b.h"
- %}
- %import "imports_a.i"
- %include "imports_b.h"