Sign in
fuchsia
/
third_party
/
swig
/
refs/heads/upstream/enable-more-warnings-in-ci
/
.
/
Examples
/
ocaml
/
strings_test
/
example.i
blob: d360715c1a703632592fb3c0cd68d45b874ec572 [
file
] [
log
] [
blame
] [
edit
]
%
module
example
%{
#include
<iostream>
#include
<string>
using
std
::
cin
;
using
std
::
cout
;
using
std
::
endl
;
using
std
::
string
;
#include
"example.h"
%}
%
include
"std_string.i"
%
include example
.
h