brintos

brintos / llvm-project-archived public Read only

0
0
Text · 186 B · b0cb60a Raw
7 lines · plain
1! RUN: %flang_fc1 -fsyntax-only -pedantic %s  2>&1 | FileCheck %s2! Test extension: RETURN from main program3 4return5! CHECK: portability: RETURN should not appear in a main program6end7