Sign in
◑
Theme
fuchsia
/
third_party
/
swig
/
refs/heads/main
/
.
/
Examples
/
lua
/
import_template
/
bar.i
blob: fb09d78891f693b9ae404f385784aa941ce70f72 [
file
] [
edit
]
%
module
bar
%{
#include
"bar.h"
%}
%
import
base
.
i
%
include
"bar.h"
%
template
(
IntBar
)
Bar
<int>
;