Files
pork/examples/complex/c.pork

7 lines
58 B
Plaintext
Raw Normal View History

import "a.pork"
export func c() {
a()
println("C")
}