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
/
CodeGen
/
2008-10-30-ZeroPlacement.c
blob
f3806d499d5215c75f020375cb5f558563b564b1
1
// RUN: %clang_cc1 -emit-llvm %s -o -
2
// PR2987
3
struct
S2045
4
{
5
unsigned short int
a
;
6
union
{ }
b
;
7
union
__attribute__
((
aligned
(
4
))) { }
c
[
0
];
8
};
9
struct
S2045 s2045
;