Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
defvalue_constructor.i
blob: e4aabaf50b372c77a0e0b596ecbc3f881e886cfa [
file
] [
log
] [
blame
]
%
module
defvalue_constructor
%
inline
%{
namespace
Foo
{
class
Bar
{};
class
Baz
{
public
:
Baz
(
Bar
b
=
Bar
())
{}
};
}
%}