Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
multi_import_c.i
blob: 0e5a02e747f013760c9efbe58e25317842676092 [
file
] [
log
] [
blame
]
%
import
"multi_import_d.i"
// NB: this module is only imported, never compiled, so it's not necessary to
// include the header for testing purposes.
class
XXX
{
public
:
int
testx
();
};