#!/usr/local/bin/tcc -run #include int main(void) { printf("%d", 15 - 37); return 0; }