Files
llgo/runtime/internal/lib/runtime/runtime_nogc.go
2025-02-14 19:02:32 +08:00

8 lines
49 B
Go

//go:build nogc
package runtime
func GC() {
}