// CHECK:
//   Mangled name: #test1(kotlin.Int;kotlin.Int;kotlin.String){}
//   Public signature: /test1|-2420205866450198550[0]
//   Public signature debug description: test1(kotlin.Int;kotlin.Int;kotlin.String){}
fun test1(x: Int, y: Int, z: String): Unit
  // CHECK:
  //   Mangled name: #test1(kotlin.Int;kotlin.Int;kotlin.String){}#local#static(kotlin.Int;kotlin.Int;kotlin.String){}
  local fun local(xx: Int, yy: Int, zz: String): Unit

