summaryrefslogtreecommitdiffstats
path: root/llgo/test/llgoi/import-source2.test
blob: 0be45ee685cbbdd2eb2b442842fcbfb220000e1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// RUN: env GOPATH=%S/Inputs llgoi < %s | FileCheck %s

// Test that importing binary before source works.
import "strconv"

import "foo"

foo.Answer()
// CHECK: 42

strconv.FormatBool(true)
// CHECK: true
OpenPOWER on IntegriCloud