permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / ifzer.res
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 }
7