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
main.go cgo: support anonymous enums included in multiple Go files 2022-11-02 21:21:40 +01:00
main.h
out.txt
test.h cgo: support anonymous enums included in multiple Go files 2022-11-02 21:21:40 +01:00