9 lines · plain
1!RUN: %python %S/test_errors.py %s %flang_fc12use, intrinsic :: iso_c_binding3interface c_funloc4!ERROR: 'c_funloc' is already declared in this scoping unit5 function c_funloc()6 end function7end interface8end9 1!RUN: %python %S/test_errors.py %s %flang_fc12use, intrinsic :: iso_c_binding3interface c_funloc4!ERROR: 'c_funloc' is already declared in this scoping unit5 function c_funloc()6 end function7end interface8end9