1! RUN: not %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s
2
3! Ensure that old-style PARAMETER statements are disabled by default.
4
5!CHECK: error: expected '('
6parameter x = 666
7end
8