kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/cxx/extractor/testdata/cc_lib.cc (about) 1 // Checks that the indexer finds and emits nodes for local variables. 2 //- VarNode.node/kind variable 3 void foo() { 4 //- @x defines/binding VarNode 5 int __attribute__((unused)) x; 6 }