forked from OSchip/llvm-project
6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
|
// RUN: llgoi < %s | FileCheck %s
|
||
|
|
||
|
import "fmt"
|
||
|
fmt.Println(1, "two", 3)
|
||
|
// CHECK: 1 two 3
|