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