xref: /llvm-project/flang/test/Semantics/kinds06.f90 (revision 1d3bcf99bd0698fb5ebf5fccc24cebf2596dce0a)
1!RUN: %python %S/test_errors.py %s %flang_fc1
2!ERROR: 'kind=' argument must be a constant scalar integer whose value is a supported kind for the intrinsic result type
3print *, real(1.,666)
4end
5