Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
369bddf5ad8cb1543d38d4afd12cce768292114a
/
.
/
llvm
/
test
/
FrontendC
/
2006-05-01-AppleAlignmentPragma.c
blob: 233968b51aa38afaa9ba0b08784eff8b11d9d199 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc %s -S -o -
#ifdef
__APPLE__
/* test that X is laid out correctly when this pragma is used. */
#pragma
options align
=
mac68k
#endif
struct
S
{
unsigned
A
;
unsigned
short
B
;
}
X
;