[LoopReroll] Add an extra defensive check to avoid SCEV assertion.
[llvm-project.git] / flang / test / Semantics / implicit10.f90
blobc1ef7b1f83a69e31fce521f99965ac920822eccf
1 ! RUN: %S/test_errors.sh %s %t %flang_fc1 -fimplicit-none
2 ! REQUIRES: shell
4 !ERROR: No explicit type declared for 'f'
5 function f()
6 !ERROR: No explicit type declared for 'x'
7 f = x
8 end