(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
pr20950.f
! PR libfortran/20950
! Original bug-report by Walt Brainerd, The Fortran Company
! { dg-do run }
! { dg-options "-std=legacy" }
!
      character*20 c
      inquire (33, sequential = c)
      if (c .ne. "UNKNOWN") STOP 1
      end