Sign in
fuchsia
/
third_party
/
swig
/
refs/heads/upstream/ci-test-ubuntu-20.04
/
.
/
Examples
/
d
/
variables
/
example.h
blob: 0f7e895948702bdd01276d2bb33e0682f9c02c71 [
file
] [
log
] [
blame
] [
edit
]
/* File: example.h */
typedef
struct
{
int
x
,
y
;
}
Point
;