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 cgo: add support for C.CString and related functions 2021-11-24 21:09:29 +01:00
main.go cgo: add C._Bool type 2023-09-24 07:41:26 -07: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