Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
750c85ea8efd0f899cdf7ba9060d1286ba14be9a
/
.
/
test
/
Sema
/
align-arm-apcs.c
blob: 9689906488b16172ade1c549ff7ef0ffe404ec2f [
file
] [
log
] [
blame
]
// RUN: clang-cc -triple arm-unknown-unknown -target-abi apcs-gnu -fsyntax-only -verify %s
struct
s0
{
double
f0
;
int
f1
;
};
char
chk0
[
__alignof__
(
struct
s0
)
==
4
?
1
:
-
1
];