1 ! PR fortran/61234 Warn for use-stmt without explicit only-list.
3 ! { dg-options "-Wuse-without-only" }
9 USE foo
! { dg-warning "7:has no ONLY qualifier" }
13 USE foo
! { dg-warning "10:has no ONLY qualifier" }
19 USE ISO_C_BINDING
! { dg-warning "10:has no ONLY qualifier" }