rm internal/runtime/c; mv internal/runtime/bdwgc => c/bdwgc

This commit is contained in:
xushiwei
2024-06-15 08:43:48 +08:00
parent 7b0ed42d3b
commit 98498c9180
33 changed files with 34 additions and 182 deletions

View File

@@ -1,6 +1,6 @@
package main
import "github.com/goplus/llgo/internal/runtime/c"
import "github.com/goplus/llgo/c"
func test(a ...any) {
for _, v := range a {