7 lines
57 B
C
7 lines
57 B
C
/* Test operators */
|
|
|
|
main() {
|
|
int a;
|
|
a = a++;
|
|
}
|