summaryrefslogtreecommitdiff
path: root/vaporize/tests/ex32.vapor
blob: 8a8dc62a6520f87a9300fb129f7ea7fda8b6927c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
func Main()
  t.3 = HeapAllocZ(4)
  [t.3+0] = :functable_A
  t.4 = [t.3+0]
  t.5 = [t.4+0]
  t.6 = 12
  t.10 = call t.5(t.3 t.6)
  PrintIntS(t.10)
  ret

const functable_A
   :A_foo

func A_foo(this t.1)
  ret t.1