source: liacs/coco/tests/semantic-checks/typemismatch1.p1

Last change on this file 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: 157 bytes
Line 
1{ This program is correct wrt the context-sensitive grammar;
2 it should fail the semantic tests }
3program blaah;
4
5var
6 a: integer;
7
8begin
9 a := 3.5
10end.
Note: See TracBrowser for help on using the repository browser.