brintos

brintos / llvm-project-archived public Read only

0
0
Text · 193 B · f5b488e Raw
5 lines · plain
1!RUN: %python %S/test_errors.py %s %flang_fc12!ERROR: 'kind=' argument must be a constant scalar integer whose value is a supported kind for the intrinsic result type3print *, real(1.,666)4end5