view gcc/testsuite/gfortran.dg/test_bind_c_parens.f03 @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source

! { 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