blob: 1916a34df4c12c26f6cf0d7cb2a5e17077a26a76 [file] [log] [blame] [edit]
! RUN: %flang_fc1 -fopenmp -emit-llvm -debug-info-kind=standalone %s -o -
! Test that this does not cause build failure.
function s(x)
character(len=2) :: x, s, ss
s = x
entry ss()
end function s