tinygo/cgo/testdata
Ayke van Laethem 10e1420237 cgo: implement #cgo CFLAGS
This implementation is still very limited but provides a base to build
upon. Limitations:

  * CGO_CFLAGS etc is not taken into account.
  * These CFLAGS are not used in C files compiled with the package.
  * Other flags (CPPFLAGS, LDFAGS, ...) are not yet implemented.
2019-11-25 09:32:03 +01:00
..
basic.go cgo: add bare-bones test 2019-11-03 19:15:38 +01:00
basic.out.go cgo: avoid '"unsafe" imported but not used' error 2019-11-06 16:30:07 +01:00
errors.go cgo: add tests for errors 2019-11-25 09:32:03 +01:00
errors.out.go cgo: add tests for errors 2019-11-25 09:32:03 +01:00
flags.go cgo: implement #cgo CFLAGS 2019-11-25 09:32:03 +01:00
flags.out.go cgo: implement #cgo CFLAGS 2019-11-25 09:32:03 +01:00
types.go cgo: add support for nested structs and unions 2019-11-08 08:38:50 +01:00
types.out.go cgo: add support for nested structs and unions 2019-11-08 08:38:50 +01:00