OSDN Git Service

* gcc.dg/20020919-1.c: Correct target selector to alpha*-*-*.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / iargc.f90
1 ! { dg-do compile }
2 ! { dg-options "-fall-intrinsics -std=f95" }
3 ! PR fortran/20248
4 program z
5    if (iargc() /= 0) call abort
6 end program z