boot2
Playing with the boostrap
git clone
https://git.ryansepassi.com/git/boot2.git
Log
|
Files
|
Refs
|
README
00107.c (72B)
1
typedef int myint;
2
myint x = (myint)1;
3
4
int
5
main(void)
6
{
7
return x-1;
8
}