cmptest: regexdemo (todo)

This commit is contained in:
xushiwei
2024-07-29 11:44:49 +08:00
parent cbd891785e
commit e0e3664fdb
5 changed files with 12 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
package main
import (
"fmt"
"github.com/goplus/llgo/xtool/env"
)
func main() {
fmt.Println(env.ExpandEnv("$(pkg-config --libs bdw-gc)"))
}