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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
2009-08-05-ZeroInitWidth.cpp
blob
6e62ae4e446190dfa2842cb59fd406ef5f171eea
1
// RUN: %clang_cc1 -emit-llvm %s -o -
2
struct
A
{
3
unsigned long long
: (
sizeof
(
unsigned long long
) *
8
) -
16
;
4
};
5
struct
B
{
6
A a
;
7
};
8
struct
B b
= {
9
{}
10
};