kit
kit
git clone
https://git.ryansepassi.com/git/kit.git
Log
|
Files
|
Refs
|
README
6_7_2_02_long.c (57B)
1
int test_main(void) {
2
long x = 42L;
3
return (int)x;
4
}