Break circular dependency between FIR dialect and utilities
[llvm-project.git] / flang / test / Semantics / resolve03.f90
blob25937796817b6efa60ef2c7ea0dd15fd1eb3a779
1 ! RUN: %python %S/test_errors.py %s %flang_fc1
2 implicit none
3 integer :: x
4 !ERROR: No explicit type declared for 'y'
5 y = x
6 end