aboutsummaryrefslogtreecommitdiffstats
path: root/main.sy
blob: 37309082af918eed6812f72f87895bb7a005b631 (plain) (blame)
1
2
3
4
5
6
use other

start :: fn {
  other.f()
  print other.g()
}