library: bytes, regexp, regexp/syntax

This commit is contained in:
xushiwei
2024-07-29 16:31:59 +08:00
parent e0e3664fdb
commit 2d5e991eaf
3 changed files with 9 additions and 2 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)"))
}