#!/usr/local/bin/tcc -run #include void main(){ int a = 9; printf("%d\n" , a); return 0; }