Sign in
fuchsia
/
third_party
/
swig
/
ad876e81899f633da5aec4d4d361717807c494be
/
.
/
Examples
/
test-suite
/
packageoption_c.i
blob: f43e470020987ac175ae9d5c33dec890564570a6 [
file
] [
log
] [
blame
]
%
module
(
package
=
"PackageC"
)
"packageoption_c"
;
%
import
"packageoption_a.i"
%
inline
%{
#include
"packageoption.h"
struct
Derived
:
Base
{
virtual
int
vmethod
()
{
return
2
;
}
virtual
~
Derived
()
{}
};
%}