DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.0.8.deb-5 / demos / platform_ifdef.c
123456789101112
void main() { buf = alloca(3 #ifdef PLATFORM_A +5 #endif #ifdef PLATFORM_B +2 #endif ); }