(i.e. actually remove the old offset parameter stuff now that we can actually pass pointers.)
7 lines
78 B
Plaintext
7 lines
78 B
Plaintext
// Ignoring redeclaration of symbol "a"
|
|
|
|
void foo() {
|
|
int a;
|
|
int a;
|
|
}
|