```cpp namespace N { const int var = 0; } ``` When we try to query the `var` variable's AST node, reparser plugin returns nothing.