cl: _testdata/importpkg
This commit is contained in:
9
cl/_testdata/importpkg/in.go
Normal file
9
cl/_testdata/importpkg/in.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import "github.com/goplus/llgo/cl/internal/stdio"
|
||||
|
||||
var hello = [...]int8{'H', 'e', 'l', 'l', 'o', '\n', 0}
|
||||
|
||||
func main() {
|
||||
stdio.Printf(&hello[0])
|
||||
}
|
||||
Reference in New Issue
Block a user