bolt/deps/llvm-18.1.8/flang/test/Parser/bad-label.f
2025-02-14 19:21:04 +01:00

4 lines
157 B
Fortran

! RUN: %flang_fc1 -fsyntax-only -pedantic %s 2>&1 | FileCheck %s
!CHECK: portability: Label should be in the label field
goto 1; 1 continue
end