* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr57330.c
blob3e6cbcbd28ca576cb213df70eeb84bf26f61fc3f
1 /* { dg-do compile } */
3 void foo (int a)
4 {}
6 void *a;
7 void bar ()
9 void **( *b ) ( ) = (void**(*)()) foo;
10 a = b (0);