blob: 969154a1537c45ee550942218da03e0baeee61b1 [file] [log] [blame]
! { 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