When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / FrontendC / 2007-02-04-AddrLValue.c
blob214fce7747ce3a854deac97174087bf37f60a117
1 // RUN: %llvmgcc %s -O3 -S -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}))