1 ! RUN: %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s
2 ! Checks that a call to the legacy extension intrinsic function
3 ! DFLOAT is transmogrified into a type conversion operation.
6 double precision :: d
= dfloat(1)
9 integer, intent(in
) :: n
12 !CHECK: real(n,kind=8)