gitee.com/wgliang/goreporter@v0.0.0-20180902115603-df1b20f7c5d0/linters/deadcode/testdata/p3/sample.go (about)

     1  package p
     2  
     3  // x is used only in tests
     4  var x = 42
     5  
     6  // y is unused
     7  var y = 43