build.Do: verbose

This commit is contained in:
xushiwei
2024-04-24 14:27:14 +08:00
parent 1567989142
commit 81b3add443
4 changed files with 24 additions and 6 deletions

View File

@@ -5,5 +5,6 @@ import "github.com/goplus/llgo/cl/internal/stdio"
var hello = [...]int8{'H', 'e', 'l', 'l', 'o', '\n', 0}
func main() {
_ = stdio.Max(2, 100)
stdio.Printf(&hello[0])
}