runtime: testing runtime
This commit is contained in:
7
runtime/internal/lib/runtime/runtime_nogc.go
Normal file
7
runtime/internal/lib/runtime/runtime_nogc.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build nogc
|
||||
|
||||
package runtime
|
||||
|
||||
func GC() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user