4 lines
45 B
C++
4 lines
45 B
C++
void b(int x);
|
|
void other(int y) {
|
|
b(1);
|
|
}
|
void b(int x);
|
|
void other(int y) {
|
|
b(1);
|
|
}
|