rt_gccstream/gcc/testsuite/gfortran.dg/pr20950.f

10 lines
236 B
Fortran

! 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") call abort
end