brintos

brintos / llvm-project-archived public Read only

0
0
Text · 222 B · b1db67a Raw
10 lines · cpp
1// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s2// This testcase corresponds to PR5093struct Data {4  unsigned *data;5  unsigned array[1];6};7 8// CHECK-NOT: llvm.global_ctors9Data shared_null = { shared_null.array };10