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