mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 19:23:25 +00:00
main (test): add tests to tinygo test
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package builderr
|
||||
|
||||
import _ "unsafe"
|
||||
|
||||
//go:linkname x notARealFunction
|
||||
func x()
|
||||
|
||||
func Thing() {
|
||||
x()
|
||||
}
|
||||
Reference in New Issue
Block a user