suicmez/tests/import_tests/util.sui

8 lines
78 B
Text
Raw Normal View History

2025-12-16 19:29:32 +05:30
fn helper_func() -> int do
42
end
struct Point
x: int,
y: int,
end