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