Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
namespace_struct.i
blob: 2d2bf555ad4d6eafc21fbe24b306e148583e9a5f [
file
] [
log
] [
blame
]
%
module
namespace_struct
%
inline
%{
// SWIG/R generated bad code for copyToR for a struct in a namespace in SWIG < 4.1.0
namespace
X
{
struct
Y
{
int
x
,
y
;
};
}
%}