Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / ifzer.res
CommitLineData
34e49164
C
1int main() {
2#if 0 /* Accessing floppy->pc is not valid here, the previous pc may be gone
3 and have lived on another thread's stack; that stack may have become
4 unmapped meanwhile (CONFIG_DEBUG_PAGEALLOC). */
5#endif
6}
7