fun main()

in src/sbt-test/kotlin/mixed/src/main/kotlin/simple.kt [2:4]


fun main(args: Array<String>) {
  println("Hello, world!")
}