blob: 85ff1c42c76e77a139ab65b98ed7c7618500bed2 [file]
@file:DependsOn("@{runtime}")
fun main() {
error("my error")
}
fun a() {
main()
}
a()