Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
global_ns_arg.i
blob: 8bdb7e5123bcf2b999b48169ce8417ac730b3827 [
file
] [
log
] [
blame
]
%
module
global_ns_arg
%
inline
%{
typedef
int
Integer
;
::
Integer
foo
(::
Integer
x
)
{
return
x
;
}
::
Integer
bar_fn
()
{
return
1
;
}
%}