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
fix pr/45972
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
binding_label_tests_13.f03
blob
786945d3af751eb266c367f53903f24f147485ae
1
! { dg-do compile }
2
! This file must be compiled BEFORE binding_label_tests_13_main.f03, which it
3
! should be because dejagnu will sort the files.
4
module binding_label_tests_13
5
use, intrinsic :: iso_c_binding, only: c_int
6
integer(c_int) :: c3
7
bind(c) c3
8
end module binding_label_tests_13