repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AArch64] SVE tests
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
bind_c_usage_30.f90
blob
932d38edd30a1e67f5d57e33f25fcae9c5bef2e3
1
! { dg-do compile }
2
! PR 60355 - there was no error message for implicitly typed variables
3
! Test case contributed by Vladimir Fuka
4
program
main
5
bind
(
c
)
test_BIND
! { dg-error "cannot be BIND" }
6
END