blob: 7adeb2af111db9e0be79701ee9660893f29dae3d [file]
package inlibrary.test
public fun topLevel(): Int {
fun local(): Int {
return 1
}
return local()
}