import-binary.test 91 Bytes Raw Blame History Permalink 1 2 3 4 5 // RUN: llgoi < %s | FileCheck %s import "fmt" fmt.Println(1, "two", 3) // CHECK: 1 two 3