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