#!/usr/local/bin/tcc -run #include void main(){ printf("%d %d\n", 1, 2); }