aboutsummaryrefslogtreecommitdiff
path: root/flang/test/Semantics/OpenMP/threadprivate08-empty.f90
blob: 38a855dceb8366e62ee6b3c3f89d274e718ca11b (plain)
1
2
3
4
5
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
! Test the source code starting with omp syntax

!$omp threadprivate(a)
end