6 lines
37 B
Mathematica
6 lines
37 B
Mathematica
|
void foo();
|
||
|
|
||
|
void bar() {
|
||
|
foo();
|
||
|
}
|