1
0
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:
Chris Lattner 2005-02-14 02:54:41 +00:00
parent efacfe896c
commit 8a13d9e16f

View File

@ -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 };