scc

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

0222-ifdef.c (82B)


      1 #if 0
      2     #if FOO(1)
      3         ignored
      4     #endif
      5 #endif
      6 
      7 int
      8 main()
      9 {
     10 	return 0;
     11 }