source:
liacs/coco/tests/declarations/redeclaration4.p1@
259
Last change on this file since 259 was 2, checked in by , 15 years ago | |
---|---|
File size: 116 bytes |
Line | |
---|---|
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.