source: liacs/coco/tests/declarations/redeclaration4.p1@ 341

Last change on this file since 341 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

File size: 116 bytes
RevLine 
[2]1{ This program is correct wrt the CF grammar }
2
3program a;
4
5var
6 a: real; { Already defined }
7
8begin
9 a := 0
10end.
Note: See TracBrowser for help on using the repository browser.