blob: 0f2ba9d20863e5293490b8d8422de6cba34f2b80 [file]
fun test() {
println("Hello, world!")
}
// JVM_IR_TEMPLATES:
// 0 ALOAD
// 0 ASTORE
// 1 SWAP
// ^ here temporary variable elimination kicks in (instead of inplace argument inlining), producing a SWAP instruction