Source file test/fixedbugs/issue52279.dir/main.go 1 package main 2 3 import "./lib" 4 5 func main() { lib.FIRST.String() } 6 View as plain text