blob: 2a0d7c985d8dd236f309a72b14434376a8320ba8 (
plain)
1
2
3
4
5
6
7
8
9
|
! { 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
! { dg-final { cleanup-modules "kind_tests_2" } }
|