summaryrefslogtreecommitdiffstats
path: root/llgo/test/llgoi/import-binary.test
blob: 542054e11f0ede75ebfc74dd354c16edb88079fe (plain)
1
2
3
4
5
// RUN: llgoi < %s | FileCheck %s

import "fmt"
fmt.Println(1, "two", 3)
// CHECK: 1 two 3
OpenPOWER on IntegriCloud