diff options
Diffstat (limited to 'main.sy')
| -rw-r--r-- | main.sy | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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() } |
