1! { dg-do compile { target { ! *-*-* } } }
2!
3program bug
4  use H5GLOBAL
5  implicit none
6  integer :: i
7  i=H5P_DEFAULT_F
8end program bug
9