scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

0203-comment.c (66B)


      1 int
      2 main(void)
      3 {
      4 	if (sizeof("//") != 3)
      5 		return 1;
      6 	return 0;
      7 }