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