Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / ifzer.c
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 foo();
7}
8