brintos

brintos / llvm-project-archived public Read only

0
0
Text · 181 B · c28ca03 Raw
8 lines · plain
1! RUN: not %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s2 3! Ensure that old-style PARAMETER statements are disabled by default.4 5!CHECK: error: expected '('6parameter x = 6667end8