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