tinygo/testdata/cgo
Ayke van Laethem 6ef8fcd537 cgo: add C._Bool type
This fixes https://github.com/tinygo-org/tinygo/issues/3926.

While working on this I've found another bug: if C.bool is referenced
from within Go, it isn't available anymore on the C side. This is an
existing bug that also applies to float and double, but may be less
likely to be triggered there.
This bug is something to be fixed at a later time (it has something to
do with preprocessor defines).
2023-09-24 07:41:26 -07: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: add C._Bool type 2023-09-24 07:41:26 -07:00
main.h
out.txt
test.h cgo: support anonymous enums included in multiple Go files 2022-11-02 21:21:40 +01:00