This file is indexed.

/usr/share/gocode/src/github.com/sanity-io/litter/testdata/pointerAliasing.dump is in golang-github-sanity-io-litter-dev 1.1.0+git20171129.f8fd6a5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
[]*litter_test.RecursiveStruct{
  &litter_test.RecursiveStruct{ // p0
    Ptr: nil,
  },
  p0,
  &litter_test.RecursiveStruct{
    Ptr: p0,
  },
  &litter_test.RecursiveStruct{ // p1
    Ptr: p1,
  },
}