#!/usr/local/bin/tcc -run void main() { int i = 0; for( i = 0; i < 10; i++ ) { printf("%d\n", i & 1); } }