#!/usr/local/bin/tcc -run #include void main(){ int i=10; if(i=5 || i++) printf("%d\n", i); }