#!/usr/local/bin/tcc -run void main(){ int i; char bit = 1; char gyaku = bit; char buf[12]; printf("%d\n", bit ); printf("%d\n", gyaku ); }