mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-11 06:59:31 +00:00
7 lines
74 B
Go
7 lines
74 B
Go
//go:build gc.leaking || gc.none
|
|
|
|
package runtime
|
|
|
|
func markGlobals() {
|
|
}
|