Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
import_stl_a.i
blob: bda2cd447e24970b1ba0625fb1a476deb7e4b93b [
file
] [
log
] [
blame
]
%
module
import_stl_a
%
include
<
std_vector
.
i
>
%
template
(
VectorInt
)
std
::
vector
<int>
;