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
/
CodeGenCXX
/
2005-02-13-BadDynamicInit.cpp
blob
b1db67aebfd3f8c6ef3f29f7645a8c92d25252cd
1
// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
2
// This testcase corresponds to PR509
3
struct
Data
{
4
unsigned
*
data
;
5
unsigned
array
[
1
];
6
};
7
8
// CHECK-NOT: llvm.global_ctors
9
Data shared_null
= {
shared_null
.
array
};