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

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