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
2017-12-08 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
binding_label_tests_14.f03
blob
041237bbee5d1f6ea02ba42feb052c5322aab904
1
! { dg-do run }
2
subroutine display() bind(c)
3
implicit none
4
end subroutine display
5
6
program main
7
implicit none
8
interface
9
subroutine display() bind(c)
10
end subroutine display
11
end interface
12
end program main