source: liacs/coco/tests/declarations/redeclaration6.p1@ 99

Last change on this file since 99 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: 241 bytes
Line 
1{ This program is correct wrt the CF grammar }
2
3program yetanothertest;
4
5var
6 a: real;
7
8function foo(c,b: integer): integer;
9var
10 foo: integer; { foo is already declared as a function }
11begin
12 foo := readinteger
13end;
14
15begin
16 a := 0
17end.
Note: See TracBrowser for help on using the repository browser.