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