aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/kind_tests_2.f03
blob: d740657a262fee2c761bee16f29cbc8db0b03a90 (plain)
1
2
3
4
5
6
7
! { dg-do compile }
module kind_tests_2
  use, intrinsic :: iso_c_binding

  integer, parameter :: myFKind = c_float
  real(myFKind), bind(c) :: myF
end module kind_tests_2