1 ! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
2 ! Test that we don't crash on this code inside of openmp semantics checks
4 !ERROR: 'e' is a MODULE procedure which must be declared within a MODULE or SUBMODULE
5 impure elemental
module subroutine e()