botbotty

Results 2 issues of botbotty

Versions: ``` [email protected] [email protected] ``` Code to reproduce this issue: ```c #include int main() { int i; scanf("%d", &i); if (i > 10) { printf("big\n"); } #ifdef ONE_MORE_CHANCE else {...

### Requirements - [X] I have skimmed [other issues](https://github.com/utilyre/barbecue.nvim/issues) to see if this bug has already been reported. - [X] I'm fully certain that this is not a breaking change,...

bug