brintos

brintos / llvm-project-archived public Read only

0
0
Text · 354 B · 2520c0b Raw
13 lines · plain
1! REQUIRES: aarch64-registered-target2! REQUIRES: flang-supports-f128-math3! RUN: %python %S/test_modfile.py %s %flang_fc1 -triple aarch64-unknown-linux-gnu4 5module m16  logical, parameter :: realpcheck = 16 == selected_real_kind(16)7end module m18!Expect: m1.mod9!module m110!logical(4),parameter::realpcheck=.true._411!intrinsic::selected_real_kind12!end13