PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / explicit_shape_1.f90
blobca3cd00d855877e1b08f7bebf8757c92980230d9
1 ! { dg-do compile }
2 ! PR fortran/83633
3 ! Original testcase by Nathan T. Weeks <weeks at iastate dot edu>
5 integer :: A(command_argument_count()) = 1 ! { dg-error "nonconstant bounds" }
6 write (*,*) A
7 end