cppintf: c++ name

This commit is contained in:
xushiwei
2024-06-22 09:14:10 +08:00
parent 26b771f9f9
commit b4fd4a0c38
3 changed files with 8 additions and 0 deletions

View File

@@ -34,4 +34,5 @@ func (p *Bar) sqrt(v float64) float64 {
func main() {
bar := NewBar(1)
foo.F(&bar.Callback)
foo.G(&bar.Callback)
}