Break circular dependency between FIR dialect and utilities
[llvm-project.git] / flang / test / Semantics / label12.f90
blob1a926de7f07fcde3f2f7e00f7c8f8e33e76d39c0
1 ! RUN: not %flang_fc1 -fdebug-unparse-with-symbols %s 2>&1 | FileCheck %s
2 ! CHECK: expected end of statement
4 subroutine s
5 do 10 i = 1, 10
6 5 end do
7 10 end do
8 end subroutine s