AArch64: correct constraint on Upl early clobber alternatives
[official-gcc.git] / gcc / testsuite / gfortran.dg / null1.f90
blobfc50f414d1f81e02c0444dd00cc9c6b0d793379d
1 ! { dg-do compile }
2 ! PR fortran/66045
4 ! Original code from Gerhard Steinmetz
5 ! <gerhard dot steinmetz dot fortran at t-online dot de>
6 program p
7 contains
8 integer :: null=null() ! { dg-error "NULL appears on right-hand side" }
9 end