minimal.smallc (75B)
1 #include "stdio.h" 2 3 main() { 4 5 int i; 6 int j; 7 8 j = 10; 9 10 return 0; 11 }