3 ! Parsing of finalizer procedure definitions.
4 ! Check that CONTAINS disallows further components and no double CONTAINS
11 INTEGER, ALLOCATABLE :: fooarr(:)
14 CONTAINS ! { dg-error "Already inside a CONTAINS block" }
15 INTEGER :: x ! { dg-error "must precede CONTAINS" }