The extractor crashes when trying to parse the following code: ```C if #ifdef A (a < b) #endif { return -1; } ```
The extractor crashes when trying to parse the following code: