1! RUN: %python %S/test_errors.py %s %flang_fc12module m3 use iso_c_binding4 !ERROR: CDEFINED variable cannot be initialized5 integer(c_int), bind(C, name='c_global', CDEFINED) :: c = 426end7