xref: /llvm-project/flang/test/Semantics/implicit10.f90 (revision 6c1ac141d3c98af9738bc77fcb55602cbff7751f)
1*6c1ac141SIvan Zhechev! RUN: %python %S/test_errors.py %s %flang_fc1 -fimplicit-none
208c7d570STim Keith
308c7d570STim Keith!ERROR: No explicit type declared for 'f'
408c7d570STim Keithfunction f()
508c7d570STim Keith  !ERROR: No explicit type declared for 'x'
608c7d570STim Keith  f = x
708c7d570STim Keithend
8