build.Do: verbose
This commit is contained in:
@@ -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])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user