7 lines
68 B
C++
7 lines
68 B
C++
#include "bar.h"
|
|
|
|
int foo() {
|
|
int y = bar();
|
|
y++;
|
|
return y;
|
|
}
|