2017-02-20 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gfortran.dg / test_bind_c_parens.f03
blobee7b6a8ac632132987a07b2e3e4d673a364869d8
1 ! { dg-do compile }
2 module 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
7 end module test_bind_c_parens