Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
461d08c36cb3d72a1fa041bc2fd63b789dcffb49
/
.
/
test
/
Sema
/
PR2728.c
blob: 01a3be7b9e4cf971332de1798787923cfb303df9 [
file
] [
log
] [
blame
]
Daniel Dunbar
461d08c
2008-08-28 18:42:20 +0000
[
diff
] [
blame^
]
1
// RUN: clang -verify -fsyntax-only -std=c90 %s &&
2
// RUN: clang -verify -fsyntax-only -std=c99 %s
3
4
struct
s
5
{
6
int
a
;
7
};
8
9
int
a
[
__builtin_offsetof
(
struct
s
,
a
)
==
0
];