Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
li_std_stack.i
blob: 19b45d46f8625afadd156798c8096d1d979dadb8 [
file
] [
log
] [
blame
]
// test of std::stack
%
module
li_std_stack
%
include std_stack
.
i
%
template
(
IntStack
)
std
::
stack
<
int
>;