Implement CGo support

This mostly works around the default CGo support: this compiler doesn't
need special wrappers for C functions as it uses the C calling
convention by default.
This commit is contained in:
Ayke van Laethem
2018-04-20 16:22:39 +02:00
parent deadcb8dae
commit ff9e7a8b77
4 changed files with 53 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
package cgo
// dummy