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
PR ipa/83051
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
kind_tests_2.f03
blob
d740657a262fee2c761bee16f29cbc8db0b03a90
1
! { dg-do compile }
2
module kind_tests_2
3
use, intrinsic :: iso_c_binding
4
5
integer, parameter :: myFKind = c_float
6
real(myFKind), bind(c) :: myF
7
end module kind_tests_2