scc
simple C compiler
git clone
git://git.2f30.org/scc
Log
|
Files
|
Refs
|
README
|
LICENSE
0116-floatcmp.c (62B)
1
int
2
main()
3
{
4
int a = 0;
5
float f = a + 1;
6
7
return f == a;
8
}