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