scc

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

0123-doubleconst.c (47B)


      1 double x = 100;
      2 
      3 int
      4 main()
      5 {
      6 	return x < 1;
      7 }