repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add and use DominatorTreeBase::findNearestCommonDominator().
[llvm-complete.git]
/
test
/
C++Frontend
/
2005-02-13-BadDynamicInit.cpp
blob
84fa565f24064c19197fc6f490dd687e6cdb7bc3
1
// RUN: %llvmgxx %s -S -o - | not grep llvm.global_ctors
2
// This testcase corresponds to PR509
3
struct
Data
{
4
unsigned
*
data
;
5
unsigned
array
[
1
];
6
};
7
8
Data shared_null
= {
shared_null
.
array
};
9