6 lines
44 B
Plaintext
6 lines
44 B
Plaintext
|
|
||
|
fn inner_fn(a: int) -> int {
|
||
|
a + 32
|
||
|
}
|
||
|
|