Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
struct_rename.i
blob: 7acd7060a4af94c446bccf30c6a3cae982305057 [
file
] [
log
] [
blame
]
%
module
struct_rename
%
rename
(
Bar
)
Foo
;
%
inline
%{
typedef
struct
{
int
x
;
}
Foo
;
%}