Text file src/go/internal/gccgoimporter/testdata/imports.gox

     1  v1;
     2  package imports;
     3  pkgpath imports;
     4  priority 7;
     5  import fmt fmt "fmt";
     6  init imports imports..import 7 math math..import 1 runtime runtime..import 1 strconv strconv..import 2 io io..import 3 reflect reflect..import 3 syscall syscall..import 3 time time..import 4 os os..import 5 fmt fmt..import 6;
     7  var Hello <type -16>;
     8  

View as plain text