0034-eof.c - scc - simple c99 compiler
HTML git clone git://git.simple-cc.org/scc
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
0034-eof.c (88B)
---
1 /*
2 PATTERN:
3 0034-eof.c:10: error: unexpected '<EOF>'
4 .
5 */
6 int
7 main()
8 {
9 int *p;
10 p = 0;