AMDGPU: Allow f16/bf16 for DS_READ_TR16_B64 gfx950 builtins (#118297)
[llvm-project.git] / flang / test / Semantics / label09.f90
blobd34022ebffafc857353051a09db0afaef4879658
1 ! RUN: not %flang_fc1 -fdebug-unparse-with-symbols %s 2>&1 | FileCheck %s
2 ! CHECK: Label '60' was not found
4 subroutine s(a)
5 real a(10)
6 write(*,60) "Hi there"
7 end subroutine s