summaryrefslogtreecommitdiff
path: root/flang/test/Semantics/oldparam03.f90
blob: c28ca03cac1681831a8eb7776fa81995fe4ac1ea (plain)
1
2
3
4
5
6
7
! RUN: not %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s

! Ensure that old-style PARAMETER statements are disabled by default.

!CHECK: error: expected '('
parameter x = 666
end