0127-doublecte.c - scc - simple c99 compiler
(HTM) git clone git://git.simple-cc.org/scc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
0127-doublecte.c (49B)
---
1 double x = 100.0;
2
3 int
4 main()
5 {
6 return x < 1;
7 }