blob: 542054e11f0ede75ebfc74dd354c16edb88079fe [file] [log] [blame]
// RUN: llgoi < %s | FileCheck %s
import "fmt"
fmt.Println(1, "two", 3)
// CHECK: 1 two 3