aboutsummaryrefslogtreecommitdiff
path: root/Testing/Semantic/t2-2.p
blob: efb455bb362dfbae8d1a7247b5137838be0213f3 (plain)
1
2
3
4
5
6
(* ERROR: objects must be declared before used in expressions *)
program main( input, output );
begin
  a := 1
end.