2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr27409.c
blob430e6c8cc5e2f30dbb789f8c15a036f751f0dede
1 /* { dg-do compile } */
3 typedef struct {
4 struct { } z;
5 } thang_t;
7 struct {
8 short e;
9 thang_t f;
10 int g;
11 } my_struct;
13 void function(int blaz)
15 thang_t *fp = &my_struct.f;
16 foo(fp);