bolt/deps/llvm-18.1.8/flang/test/Semantics/realkinds-aarch64-01.f90
2025-02-14 19:21:04 +01:00

11 lines
317 B
Fortran

! REQUIRES: aarch64-registered-target
! RUN: %python %S/test_modfile.py %s %flang_fc1 -triple aarch64-unknown-linux-gnu
module m1
logical, parameter :: realpcheck = 16 == selected_real_kind(16)
end module m1
!Expect: m1.mod
!module m1
!logical(4),parameter::realpcheck=.true._4
!intrinsic::selected_real_kind
!end