blob: 939985e588af2757c5274793d7d124030e8e0345 [file] [log] [blame] [edit]
! RUN: %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck --allow-empty %s
!CHECK-NOT: error:
real x
print *, char(48, kind=size([x])) ! folds down to 1
end