slige/tests/import_modules_inner.slg
2025-01-17 11:50:14 +01:00

6 lines
44 B
Plaintext

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