github.com/prattmic/llgo-embedded@v0.0.0-20150820070356-41cfecea0e1e/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