blob: bc80f00a196674854025c97086ac2dafab8165f0 [file] [log] [blame]
! RUN: not %f18 -fsyntax-only %s 2>&1 | FileCheck %s
! Ensure that old-style PARAMETER statements are disabled by default.
!CHECK: error: expected '('
parameter x = 666
end