mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-11 15:09:32 +00:00
runtime: precisely scan globals on all platforms
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
//go:build gc.leaking || gc.none
|
||||
|
||||
package runtime
|
||||
|
||||
func markGlobals() {
|
||||
}
|
||||
Reference in New Issue
Block a user