tinygo/tests/testing/builderr/builderr.go
2022-01-03 18:59:19 -05:00

10 строки
102 Б
Go

package builderr
import _ "unsafe"
//go:linkname x notARealFunction
func x()
func Thing() {
x()
}