Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
69837bed2f12238995b9c116abf41037728583d3
/
.
/
clang
/
test
/
ASTMerge
/
Inputs
/
struct2.c
blob: 0a906090067ea8d54957203571248c37b1f25ab5 [
file
] [
log
] [
blame
]
Douglas Gregor
69837be
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
;