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