tinygo/cgo/testdata
Ayke van Laethem 1789570f52 cgo: add //go: pragmas to generated functions and globals
This patch adds //go: pragmas directly to declared functions and
globals found during CGo processing. This simplifies the logic in the
compiler: it no longer has to consider special "C." prefixed function
names. It also makes the cgo pass more flexible in the pragmas it emits
for functions and global variables.
2021-11-24 21:09:29 +01:00
..
include
basic.go
basic.out.go cgo: run CGo parser for all CGo fragments in a file 2021-11-04 22:26:33 +01:00
const.go
const.out.go
errors.go
errors.out.go
flags.go
flags.out.go
symbols.go
symbols.out.go
types.go
types.out.go