Break circular dependency between FIR dialect and utilities
[llvm-project.git] / flang / test / Semantics / implicit10.f90
blob081f236f3a4fd00a834d0ae2f9c721b25d0bec96
1 ! RUN: %python %S/test_errors.py %s %flang_fc1 -fimplicit-none
3 !ERROR: No explicit type declared for 'f'
4 function f()
5 !ERROR: No explicit type declared for 'x'
6 f = x
7 end