mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
new testcase for PR509
llvm-svn: 20171
This commit is contained in:
parent
efacfe896c
commit
8a13d9e16f
@ -0,0 +1,9 @@
|
||||
// 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 };
|
||||
|
Loading…
x
Reference in New Issue
Block a user