suicmez/tests/import_tests/util.sui
2025-12-16 19:29:32 +05:30

8 lines
78 B
Text

fn helper_func() -> int do
42
end
struct Point
x: int,
y: int,
end