10 lines
80 B
Go
10 lines
80 B
Go
package unused
|
|
|
|
func fn1() int {
|
|
const y = 2
|
|
return 5
|
|
}
|
|
|
|
func fn2() {
|
|
fn1()
|
|
} |