Sign in
fuchsia
/
third_party
/
swig
/
refs/heads/upstream/ci-octave
/
.
/
Examples
/
php
/
sync
/
example.h
blob: 381473f2e11c2a8f28575eacf590181eb40d966b [
file
] [
log
] [
blame
] [
edit
]
#include
<string>
extern
std
::
string
s
;
extern
int
x
;
class
Sync
{
public
:
int
x
;
std
::
string
s
;
void
printer
();
void
all_change
();
Sync
()
:
x
(
0
)
{
}
};