PR libfortran/64770 Segfault when trying to open existing file with status="new".
[official-gcc.git] / gcc / testsuite / gcc.dg / plugin / ggcplug-test-1.c
blob74e68bb82ec707fa743b3929ad78ec41bd8e3e76
1 /* Test the ggcplug plugin. */
2 /* { dg-do compile } */
3 /* { dg-options "-O" } */
5 int main()
7 int i=0, j=0;
8 for (i= 0; i<1000; i++)
9 if (i%8 == 0)
10 j++;
11 return 0;