From 7481792dacae44a7128b3ab250e28f2e6cc9b0b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sun, 28 Feb 2021 18:37:25 +0100 Subject: add test files for importing --- main.sy | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.sy (limited to 'main.sy') diff --git a/main.sy b/main.sy new file mode 100644 index 0000000..3730908 --- /dev/null +++ b/main.sy @@ -0,0 +1,6 @@ +use other + +start :: fn { + other.f() + print other.g() +} -- cgit v1.2.1