Fortran/OpenMP: Middle-end support for mapping of DT with allocatable components
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 921202-2.c
blob2ad14402b333ca6bf8c298018f8b9b53d5ea61db
1 /* { dg-additional-options "-std=gnu89" } */
3 f(x, c)
5 for (;;)
7 if (x << c) break;
8 x++;