Sign in
llvm
/
llvm-project
/
llvm
/
9544250b16f57af12b705fa2e4fd81a7af947f47
/
.
/
test
/
FrontendC++
/
2005-02-13-BadDynamicInit.cpp
blob: 84fa565f24064c19197fc6f490dd687e6cdb7bc3 [
file
]
// RUN: %llvmgxx %s -S -o - | not grep llvm.global_ctors
// This testcase corresponds to PR509
struct
Data
{
unsigned
*
data
;
unsigned
array
[
1
];
};
Data
shared_null
=
{
shared_null
.
array
};