source:
liacs/coco/tests/declarations/redeclaration4.p1@
310
Last change on this file since 310 was 2, checked in by , 15 years ago | |
---|---|
File size: 116 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | { This program is correct wrt the CF grammar } |
2 | ||
3 | program a; | |
4 | ||
5 | var | |
6 | a: real; { Already defined } | |
7 | ||
8 | begin | |
9 | a := 0 | |
10 | end. |
Note:
See TracBrowser
for help on using the repository browser.