cl: _testdata/importpkg

This commit is contained in:
xushiwei
2024-04-22 20:09:23 +08:00
parent 2d75c55d36
commit 72084b5648
8 changed files with 212 additions and 79 deletions

View File

@@ -2,5 +2,9 @@ package stdio
import _ "unsafe"
const (
LLGoPackage = true
)
//go:linkname Printf printf
func Printf(format *int8, __llgo_va_list ...any)