[Flang][OpenMP]Add parsing support for DISPATCH construct (#121982)
[llvm-project.git] / flang / test / Parser / recovery05.f90
blob9c8c3689b27bd5b28b7121192067d66f370aef97
1 ! RUN: not %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s
2 continue
3 ! CHECK: error: expected end of statement
4 flush iostat=1
5 end