[Flang][OpenMP]Add parsing support for DISPATCH construct (#121982)
[llvm-project.git] / flang / test / Parser / bad-label.f
blob899ddff8c9d2d0768afb63eea450670fd07c038b
1 ! RUN: %flang_fc1 -fsyntax-only -pedantic %s 2>&1 | FileCheck %s
2 !CHECK: portability: Label should be in the label field
3 goto 1; 1 continue
4 end