i386: We can change 'lea 0(%ebp),r' to 'mov %ebp,r'
[tinycc.git] / examples / ex1.c
blob3d2a3e18ff3a4cf524915022f548cd531fd68278
1 #!/usr/local/bin/tcc -run
2 #include <tcclib.h>
4 int main()
6 printf("Hello World\n");
7 return 0;