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
2011-05-23 Tom de Vries <tom@codesourcery.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
kind_tests_2.f03
blob
2a0d7c985d8dd236f309a72b14434376a8320ba8
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
8
9
! { dg-final { cleanup-modules "kind_tests_2" } }