blob: 04b6a38d3d226101efc6541d483e2eef543a0459 [file] [log] [blame]
/* Test operators */
main() {
int a;
a = a++;
}