From 504d28930448985f914d3082db9f11d4fa2d8b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 1 Mar 2021 18:25:01 +0100 Subject: add test for namespaces in namespaces --- main.sy | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main.sy') diff --git a/main.sy b/main.sy index 50e0d27..e7c344d 100644 --- a/main.sy +++ b/main.sy @@ -1,8 +1,12 @@ use other +use third start :: fn { other.f() print other.g() 42 <=> other.g() other.g() <=> 42 + + other.third.print_the_third() + third.print_the_third() } -- cgit v1.2.1