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

start :: fn {
  other.f()
  print other.g()
  42 <=> other.g()
  other.g() <=> 42
}