blob: a84328f08519eef5ea7083154315c57b6f752364 [file] [log] [blame]
! { dg-compile }
! { dg-options "-Wsurprising" }
! There should be no surprising warnings
program p
Integer :: nargs
intrinsic :: command_argument_count
nargs = command_argument_count()
end