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