[LoopReroll] Add an extra defensive check to avoid SCEV assertion.
[llvm-project.git] / flang / test / Semantics / resolve03.f90
blob4fbc6164a71c41f523b7f6ced40380d62f3831de
1 ! RUN: %S/test_errors.sh %s %t %flang_fc1
2 ! REQUIRES: shell
3 implicit none
4 integer :: x
5 !ERROR: No explicit type declared for 'y'
6 y = x
7 end