brintos

brintos / llvm-project-archived public Read only

0
0
Text · 274 B · 339d6bf Raw
7 lines · plain
1! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp2! Test that we don't crash on this code inside of openmp semantics checks3 4!ERROR: 'e' is a MODULE procedure which must be declared within a MODULE or SUBMODULE5impure elemental module subroutine e()6end subroutine7