fun g() { } fun complexFun(): Int { } fun main(args: Array) { complexFun() g() }