blob: b602471bae2ce65fcd4dde571f91961f13a7f246 [file] [log] [blame]
#if AA
int foo() {
#if BB
#else
#if CC
#else
#endif
#endif
}
#endif
int bar()
{
}