source:
liacs/coco/tests/semantic-checks/typemismatch1.p1
Last change on this file was 2, checked in by , 15 years ago | |
---|---|
File size: 157 bytes |
Line | |
---|---|
1 | { This program is correct wrt the context-sensitive grammar; |
2 | it should fail the semantic tests } |
3 | program blaah; |
4 | |
5 | var |
6 | a: integer; |
7 | |
8 | begin |
9 | a := 3.5 |
10 | end. |
Note:
See TracBrowser
for help on using the repository browser.