Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
11ddb7dc22bb398a6727318729680630bfcefaae
/
.
/
test
/
Sema
/
align-x86.c
blob: f6668ddb327ee32cb698a8754ec9991aafdb7f36 [
file
] [
log
] [
blame
]
// RUN: clang-cc -triple i386-apple-darwin9 -fsyntax-only -verify %s
// PR3433
double
g1
;
short
chk1
[
__alignof__
(
g1
)
==
8
?
1
:
-
1
];
short
chk2
[
__alignof__
(
double
)
==
8
?
1
:
-
1
];