repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
FrontendC
/
2006-05-01-AppleAlignmentPragma.c
blob
c9050aa9e4e44929c081fe91161c07c0a9ac496f
1
// RUN: %llvmgcc %s -S -o -
2
3
#ifdef __APPLE__
4
/* test that X is layed out correctly when this pragma is used. */
5
#pragma options align=mac68k
6
#endif
7
8
struct
S
{
9
unsigned
A
;
10
unsigned short
B
;
11
}
X
;
12