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