6 lines
131 B
Fortran
6 lines
131 B
Fortran
! RUN: not %flang_fc1 -fsyntax-only -fopenmp %s 2>&1 | FileCheck %s
|
|
|
|
! CHECK: error: expected OpenMP construct
|
|
!$omp parallel
|
|
end
|