Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / 2007-02-04-AddrLValue.c
blob400dcb60a73c5d459ef413f0b3d485cb4b0aa455
1 // RUN: %clang_cc1 %s -O3 -emit-llvm -o -
2 // PR1176
4 typedef struct
6 char *key;
7 char *value;
8 } T1;
10 typedef struct
12 long type;
13 char *value;
14 } T3;
16 T1 a[] =
19 "",
20 ((char *)&((T3) {1, (char *) 1}))