hanchenye-llvm-project/llgo/test/llgoi/import-binary.test

6 lines
91 B
Plaintext

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