[to-be-committed] [RISC-V] Use Zbkb for general 64 bit constants when profitable
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr59107.f90
blob969154a1537c45ee550942218da03e0baeee61b1
1 ! { dg-do compile }
2 ! { dg-options "-Wsurprising" }
4 ! There should be no surprising warnings
6 program p
7 Integer :: nargs
8 intrinsic :: command_argument_count
9 nargs = command_argument_count()
10 end