Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
6edf810555acd27f4ccd1abc41af30a6a81da66d
/
.
/
test
/
CFrontend
/
2006-05-01-AppleAlignmentPragma.c
blob: c9050aa9e4e44929c081fe91161c07c0a9ac496f [
file
] [
log
] [
blame
]
// RUN: %llvmgcc %s -S -o -
#ifdef
__APPLE__
/* test that X is layed out correctly when this pragma is used. */
#pragma
options align
=
mac68k
#endif
struct
S
{
unsigned
A
;
unsigned
short
B
;
}
X
;