brintos

brintos / llvm-project-archived public Read only

0
0
Text · 197 B · e1dacf6 Raw
8 lines · plain
1!RUN: %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s2double precision, parameter :: x = 1.0d03type t4  !CHECK: REAL :: x(1_4) = [INTEGER(4)::8_4]5  real :: x(1) = [(kind(x),j=1,1)]6end type7end8