1! RUN: not %flang_fc1 -fdebug-unparse-with-symbols %s 2>&1 | FileCheck %s 2! CHECK: Label '60' was not found 3 4subroutine s(a) 5 real a(10) 6 write(*,60) "Hi there" 7end subroutine s 8