DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / tests / scripting / script7.c
1234567891011121314
int main() { int x; f(2); if (2 == 2) { x = 7; } g(2); q(x); h(); }