7 use, intrinsic iso_fortran_env
! { dg-error "\"::\" was expected after module nature" }
8 use, non_intrinsic iso_fortran_env
! { dg-error "\"::\" was expected after module nature" }
9 use, nonintrinsic
:: iso_fortran_env
! { dg-error "shall be either INTRINSIC or NON_INTRINSIC" }
10 use, intrinsic :: iso_fortran_env
12 ! { dg-final { cleanup-modules "foo" } }