blob: ee7b6a8ac632132987a07b2e3e4d673a364869d8 [file] [log] [blame]
! { dg-do compile }
module test_bind_c_parens
interface
subroutine sub bind(c) ! { dg-error "Missing required parentheses" }
end subroutine sub ! { dg-error "Expecting END INTERFACE" }
end interface
end module test_bind_c_parens