Files
llgo/test/bar/bar.go
2025-06-24 16:34:33 +08:00

6 lines
42 B
Go

package bar
func Bar() int {
return 2
}