slige/tests/import_modules_inner.slg
2024-12-29 05:39:22 +01:00

6 lines
44 B
Plaintext

fn inner_fn(a: int) -> int {
a + 32
}