12 lines
180 B
Go
12 lines
180 B
Go
package main
|
|
|
|
import "github.com/containous/yaegi/_test/c1"
|
|
|
|
func main() {
|
|
println(c1.C1)
|
|
}
|
|
|
|
// Error:
|
|
// import cycle not allowed
|
|
// imports github.com/containous/yaegi/_test/c1
|