DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / tests / attrreplace.c
1234
int __att1 * __att2 * __att3 foo() { aaa(0); } int __att1 * __att2 * __att3 bar() { return 0; } int ** xyzbefore() { return 0; } int ** xyzafter() { return 0; }