mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 06:23:39 +00:00
3650c2c739
Bare minimal nintendo switch support using LLD
8 lines
92 B
Go
8 lines
92 B
Go
// +build nintendoswitch
|
|
|
|
// +build gc.none gc.extalloc
|
|
|
|
package runtime
|
|
|
|
func preinit() {}
|