4a897b075924b5233082937ebcc449e7aa32bf9b
[dotfiles/.git] / pkg.go
1 package pkg
2
3 func fn() {
4         x := 1
5         _ = x + ""
6 }