neco: init

This commit is contained in:
Kindy Lin
2024-07-15 21:52:45 +08:00
parent 6e02dace18
commit a0ee11c300
6 changed files with 9408 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
package main
import (
_ "unsafe"
_ "github.com/goplus/llgo/c"
)
const (
LLGoFiles = "_c/generators.c; ../../_neco/neco.c"
LLGoPackage = "link"
)
func main() {
run_main()
}
//go:linkname run_main C.run_main
func run_main() {}