mirror of
https://github.com/traefik/yaegi.git
synced 2026-06-01 18:37:56 +00:00
12 lines
174 B
Go
12 lines
174 B
Go
package main
|
|
|
|
import "github.com/traefik/yaegi/_test/c1"
|
|
|
|
func main() {
|
|
println(c1.C1)
|
|
}
|
|
|
|
// Error:
|
|
// import cycle not allowed
|
|
// imports github.com/traefik/yaegi/_test/c1
|