mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-10 22:49:30 +00:00
8 lines
101 B
Go
8 lines
101 B
Go
//go:build (esp32 && !qemu) || esp32c3 || esp32c6
|
|
|
|
package runtime
|
|
|
|
func exit(code int) {
|
|
abort()
|
|
}
|