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 cgo: support anonymous enums included in multiple Go files 2022-11-02 21:21:40 +01:00
main.c cgo: add support for C.CString and related functions 2021-11-24 21:09:29 +01:00
main.go cgo: fix calling CGo callback inside generic function 2024-01-12 14:54:42 +01:00
main.h cgo: add support for C.CString and related functions 2021-11-24 21:09:29 +01:00
out.txt cgo: fix calling CGo callback inside generic function 2024-01-12 14:54:42 +01:00
test.h cgo: support anonymous enums included in multiple Go files 2022-11-02 21:21:40 +01:00