brintos

brintos / llvm-project-archived public Read only

0
0
Text · 225 B · e69ac73 Raw
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