1 ! RUN: %python %S/test_errors.py %s %flang_fc1 -Werror
2 ! Ensure that a seemingly misparsed function reference is
3 ! not converted to an array references of the same name if
4 ! there's an argument keyword.
6 !ERROR: 'array' is not a callable procedure
7 print *, array(argument
=1)