tinygo/testdata/cgo
Ayke van Laethem aaa860f154 cgo: support anonymous enums included in multiple Go files
Anonymous enums (often used in typedefs) triggered a problem that was
already solved for structs but wasn't yet solved for enums. So this
patch generalizes the code to work for both structs and enums, and adds
testing for both.
2022-11-02 21:21:40 +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: support anonymous enums included in multiple Go files 2022-11-02 21:21:40 +01:00
main.h cgo: add support for C.CString and related functions 2021-11-24 21:09:29 +01:00
out.txt cgo: add support for C.float and C.double 2022-10-13 17:13:12 +02:00
test.h cgo: support anonymous enums included in multiple Go files 2022-11-02 21:21:40 +01:00