summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr59107.f90
blob: 969154a1537c45ee550942218da03e0baeee61b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
! { dg-do compile }
! { dg-options "-Wsurprising" }

! There should be no surprising warnings

program p
  Integer :: nargs
  intrinsic :: command_argument_count
  nargs = command_argument_count()
end