5 lines
61 B
C++
5 lines
61 B
C++
|
|
int target_fn() {
|
||
|
|
return 7;
|
||
|
|
}
|
||
|
|
int other_fn() { return 1; }
|