cl: pkgKind = normal/noinit/decl

This commit is contained in:
xushiwei
2024-04-29 09:51:32 +08:00
parent 7979cfcb06
commit b45172bef1
7 changed files with 115 additions and 26 deletions

View File

@@ -4,7 +4,7 @@ import "C"
import _ "unsafe"
const (
LLGoPackage = true
LLGoPackage = "decl"
)
//go:linkname Printf C.printf