7 lines
53 B
C++
7 lines
53 B
C++
int bar() {
|
|
return 0;
|
|
}
|
|
|
|
void other() {
|
|
bar();
|
|
}
|