tinygo/testdata/cgo
Ayke van Laethem d0445d6f83 cgo: fix calling CGo callback inside generic function
The package of the generic function might not be set, so we have to call
Origin() for it.

Found while porting mcufont to TinyGo.
2024-01-12 14:54:42 +01:00
..
extra.go
main.c
main.go cgo: fix calling CGo callback inside generic function 2024-01-12 14:54:42 +01:00
main.h
out.txt cgo: fix calling CGo callback inside generic function 2024-01-12 14:54:42 +01:00
test.h