1! { dg-do compile }
2! { dg-options "-std=f95" }
3abstract interface ! { dg-error "Fortran 2003: ABSTRACT INTERFACE" }
4  subroutine two()
5  end subroutine two
6end interface ! { dg-error "Expecting END PROGRAM statement" }
7end
8