summaryrefslogtreecommitdiff
path: root/vaporize/tests_easy/ex2.vapor
blob: 25811b34ee4fad0baf35c9f1e84be16ab9d01036 (plain)
1
2
3
4
5
6
7
8
9
10
11
const functable_A
   :A_foo

const functable_B
   :B_bar

func A_foo (this)
   ret

func B_bar(this)
   ret