1! RUN: %python %S/test_errors.py %s %flang_fc1 -fimplicit-none
2
3!ERROR: No explicit type declared for 'f'
4function f()
5  !ERROR: No explicit type declared for 'x'
6  f = x
7end
8