Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / torture / pr17933-1.c
blob02c597b0a387604961be7d21adc3d76261d71e2f
1 /* PR rtl-optimization/17933.
2 Test-case from the ObjC test-suite, execute/class_self-2.m,
3 translated to C from and reduced by Andrew Pinski. */
5 struct d
6 { int a; };
7 void abort(void);
8 typedef struct d (*f) (int i);
9 f ff(void);
10 void test1()
12 f t = ff();
13 t(0);