repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Sema
/
Inputs
/
pragma-align-pack1.h
blob
04ccd42b7bab53723867b8c2496268d1c92028e5
1
#ifdef ALIGN_SET_HERE
2
#pragma align = mac68k
3
// expected-note@-1 {{previous '#pragma pack' directive that modifies alignment is here}}
4
// expected-warning@-2 {{unterminated '#pragma pack (push, ...)' at end of file}}
5
#endif
6
7
#ifdef RECORD_ALIGN
8
struct
S
{
9
int
x
;
10
};
11
#endif