summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0382.pp
blob: 3b54f1b9ef6df43869aaa17a02e3e5d61ba6a8e9 (plain)
1
2
3
4
5
6
7
{$J+}
const
  w1 : word = 1;

begin
  w1:=2;
end.