ssa: fix map key has typeargs

This commit is contained in:
visualfc
2024-09-16 20:26:20 +08:00
parent dca028a84f
commit ce87f293aa
7 changed files with 1503 additions and 5 deletions

View File

@@ -25,10 +25,6 @@ import (
"github.com/goplus/llgo/c/pthread/sync"
)
const (
LLGoPackage = "link"
)
// -----------------------------------------------------------------------------
type Mutex sync.Mutex