Files
llgo/cl/_testgo/runextest/bar/bar.go

6 lines
42 B
Go
Raw Normal View History

2025-06-24 15:23:12 +08:00
package bar
func Bar() int {
return 2
}