5 lines
46 B
C++
5 lines
46 B
C++
int bar() {
|
|
int x = 1;
|
|
x++;
|
|
return x;
|
|
}
|
int bar() {
|
|
int x = 1;
|
|
x++;
|
|
return x;
|
|
}
|