DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / cpptests / decl_ptr_ref.cpp
1234567
int main() { int v = 0; int a = 0; int * b = &v; }