brintos

brintos / llvm-project-archived public Read only

0
0
Text · 163 B · 2001c8a Raw
7 lines · plain
1! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp 2! Test that there are no errors for an empty critical construct3 4!$omp critical5!$omp end critical6end7