Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / ifzer.c
1 int 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