runtime: testing runtime
This commit is contained in:
9
runtime/internal/lib/runtime/runtime_gc.go
Normal file
9
runtime/internal/lib/runtime/runtime_gc.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !nogc
|
||||
|
||||
package runtime
|
||||
|
||||
import "github.com/goplus/llgo/runtime/internal/clite/bdwgc"
|
||||
|
||||
func GC() {
|
||||
bdwgc.Gcollect()
|
||||
}
|
||||
Reference in New Issue
Block a user