PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / nullify_4.f90
blob0fd5056ee07e76ff0c66f143fba05fde11ece72d
1 ! { dg-do compile }
2 ! PR fortran/40246
4 ! Check error recovery; was crashing before.
6 real, pointer :: ptr
7 nullify(ptr, mesh%coarser) ! { dg-error "Symbol 'mesh' at .1. has no IMPLICIT type" }
8 end