PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr77420_4.f90
blob5eee0986b809806b127477ae63996d8926cb70c5
1 ! { dg-do compile { target { ! *-*-* } } }
3 program bug
4 use H5GLOBAL
5 implicit none
6 integer :: i
7 i=H5P_DEFAULT_F
8 end program bug