blob: 5eee0986b809806b127477ae63996d8926cb70c5 [file] [log] [blame]
! { dg-do compile { target { ! *-*-* } } }
!
program bug
use H5GLOBAL
implicit none
integer :: i
i=H5P_DEFAULT_F
end program bug