github.com/axw/llgo@v0.0.0-20160805011314-95b5fe4dca20/test/llgoi/import-binary.test (about)

     1  // RUN: llgoi < %s | FileCheck %s
     2  
     3  import "fmt"
     4  fmt.Println(1, "two", 3)
     5  // CHECK: 1 two 3