boot2
Playing with the boostrap
git clone
https://git.ryansepassi.com/git/boot2.git
Log
|
Files
|
Refs
|
README
00022.c (57B)
1
typedef int x;
2
3
int
4
main()
5
{
6
x v;
7
v = 0;
8
return v;
9
}
10