blob: ffe77500aeba509ee5f8115ba5c6c16a56287563 [file] [log] [blame] [edit]
!RUN: %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s
subroutine sub(dd)
type(*)::dd(..)
!CHECK: PRINT *, size(lbound(dd))
print *, size(lbound(dd)) ! do not fold
end