#1165 cpkgimp: import c package

This commit is contained in:
xushiwei
2025-06-23 22:58:26 +08:00
parent 84f0c0fd9f
commit 4f6f1c4453
2 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package main
import (
c "github.com/goplus/llgo/cl/_testdata/cpkg"
)
func main() {
println(c.Xadd(1, 2), c.Double(3.14))
}