#!/usr/bin/env /friends/bin/cscript #include int main() { int i = 0; i = i++; printf("i == %d\n", i); }