Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d42ba8a578e905724633ac8fa1bf09cdfc3884c5
/
.
/
test
/
ASTMerge
/
Inputs
/
struct2.c
blob: 0a906090067ea8d54957203571248c37b1f25ab5 [
file
] [
log
] [
blame
]
Douglas Gregor
b203c9e
2010-02-11 18:18:11 +0000
[
diff
] [
blame
]
1
struct
S0
{
2
int
field1
;
3
float
field2
;
4
};
5
6
struct
S0 x0
;
7
8
struct
S1
{
9
int
field1
;
10
float
field2
;
11
};
12
13
struct
S1 x1
;