tinygo/testdata/cgo
Ayke van Laethem 21a4c14e86 cgo: implement C.struct_ types
These types (called elaborated types in C) are used as part of linked
lists, among others.

This is part an extra feature (to be compatible with CGo C.struct_
types) and part a bugfix: linked lists would result in endless recursion
leading to a stack overflow.
2019-04-20 10:18:38 +02:00
..
main.c cgo: implement C unions 2019-04-17 11:56:40 +02:00
main.go cgo: implement C.struct_ types 2019-04-20 10:18:38 +02:00
main.h cgo: implement C.struct_ types 2019-04-20 10:18:38 +02:00
out.txt cgo: implement C.struct_ types 2019-04-20 10:18:38 +02:00