aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/bind_c_usage_30.f90
blob: 932d38edd30a1e67f5d57e33f25fcae9c5bef2e3 (plain)
1
2
3
4
5
6
! { dg-do compile }
! PR 60355 - there was no error message for implicitly typed variables
! Test case contributed by Vladimir Fuka
program main
  bind(c) test_BIND ! { dg-error "cannot be BIND" }
END