7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
// Left hand side of assignment statement can't be assigned to
|
|
|
|
int bar(){
|
|
4 = 0;
|
|
}
|
|
|