Files
llgo/cl/_testgo/runextest/bar/bar.go
2025-06-25 15:38:20 +08:00

6 lines
42 B
Go

package bar
func Bar() int {
return 2
}