10 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12! Test the restriction in 5.2.23 4program m5end6!ERROR: A source file cannot contain more than one main program7!ERROR: 'M' is already declared in this scoping unit8program m9end10 1! RUN: %python %S/test_errors.py %s %flang_fc12! Test the restriction in 5.2.23 4program m5end6!ERROR: A source file cannot contain more than one main program7!ERROR: 'M' is already declared in this scoping unit8program m9end10