2018-12-22 14:16:31 +03:00

12 lines
94 B
Go

package abspath
import "fmt"
func f() {
if true {
return
} else {
fmt.Printf("")
}
}