Source file test/fixedbugs/issue15470.dir/b.go

     1  package b
     2  
     3  import _ "./a" // must not fail
     4  

View as plain text