Sign in
fuchsia
/
third_party
/
swig
/
ae709933805236a8bbf2cba82ed984d92c82ee9c
/
.
/
Examples
/
ruby
/
import_template
/
bar.i
blob: 357de0db9f260b6f60a39027d449c8457821d07a [
file
] [
log
] [
blame
]
%
module
bar
%{
#include
"bar.h"
%}
%
import
base
.
i
%
include
"bar.h"
%
template
(
IntBar
)
Bar
<int>
;