Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
packageoption_b.i
blob: 40a44be14f49dfd7d26e3c9df1c2e44835f551c7 [
file
] [
log
] [
blame
]
%
module
(
package
=
"CommonPackage"
)
"packageoption_b"
;
%
inline
%{
class
B
{
public
:
int
testInt
()
{
return
4
;
}
};
%}