blob: 49fd0a84098cec6a205a18e1b1bd32ab12ba133f [file] [log] [blame]
package main
// Tests of 'what' queries, -format=json.
// See go.tools/guru/guru_test.go for explanation.
// See what-json.golden for expected query results.
func main() {
f() // @what call "f"
}