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