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