5 ! Contributed by Lorenz Hüdepohl
10 use precision ! { dg-error "Unexpected USE statement in CONTAINS section" }
11 module stressten_rt
! { dg-error "Unexpected MODULE statement in CONTAINS section" }
12 use precision ! { dg-error "Unexpected USE statement in CONTAINS section" }
13 implicit none ! { dg-error "Unexpected IMPLICIT NONE statement in CONTAINS section" }
15 ! { dg-error "Unexpected end of file" "" { target "*-*-*" } 0 }