scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | 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;