[Fortran] OpenACC – permit common blocks in some clauses
[official-gcc.git] / gcc / testsuite / gfortran.dg / null_10.f90
blobec1ac0ddd4d6144df92f59c13fd6ce5e2febcd76
1 ! { dg-do compile }
2 ! PR 71860 - this used to ICE
3 ! Original test case by Gerhard Steinmetz
4 program p
5 class(*), pointer :: z
6 z => null(z)
7 end