4 lines
59 B
C++
4 lines
59 B
C++
int otherfn() {
|
|
int x = 4; // other marker
|
|
return x;
|
|
}
|
int otherfn() {
|
|
int x = 4; // other marker
|
|
return x;
|
|
}
|