Fix compilation failure with C++98 compilers
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr20950.f
blob8b8beb81bc6d8ad5f40d26e7e0bfb30ebe36fb05
1 ! PR libfortran/20950
2 ! Original bug-report by Walt Brainerd, The Fortran Company
3 ! { dg-do run }
4 ! { dg-options "-std=legacy" }
6 character*20 c
7 inquire (33, sequential = c)
8 if (c .ne. "UNKNOWN") STOP 1
9 end