#!/usr/local/bin/tcc -run #include int f(int x) { return(x * 2); }