#!/usr/local/bin/tcc -run #include void main(){ printf("%d\n", (42 << 2 )>> 2); }