[to-be-committed] [RISC-V] Use Zbkb for general 64 bit constants when profitable
[official-gcc.git] / gcc / testsuite / gfortran.dg / kind_tests_2.f03
blobd740657a262fee2c761bee16f29cbc8db0b03a90
1 ! { dg-do compile }
2 module kind_tests_2
3   use, intrinsic :: iso_c_binding
5   integer, parameter :: myFKind = c_float
6   real(myFKind), bind(c) :: myF
7 end module kind_tests_2