1! { dg-do compile }
2module test_bind_c_parens
3  interface
4     subroutine sub bind(c) ! { dg-error "Missing required parentheses" }
5     end subroutine sub ! { dg-error "Expecting END INTERFACE" }
6  end interface
7end module test_bind_c_parens 
8