Files
clang-p2996/flang/test/Parser/OpenMP/fail-construct2.f90
Kiran Chandramohan 779f40c088 [Flang][OpenMP] Give better errors during parsing failures (#90480)
Similar to OpenACC handling.

Fixes #90452
2024-05-02 12:00:49 +01:00

6 lines
127 B
Fortran

! RUN: not %flang_fc1 -fsyntax-only -fopenmp %s 2>&1 | FileCheck %s
! CHECK: error: expected OpenMP construct
!$omp dummy
end