fix #elif line number problem with parse test

This commit is contained in:
pommicket 2022-02-07 17:23:26 -05:00
parent aba654c36d
commit 26fccf7cd7
3 changed files with 1929 additions and 8 deletions

View file

@ -1,4 +1,10 @@
#include "tests/parse_stb_sprintf.h"
/* #if 0 */
/* #elif 1 */
/* int f(){} */
/* #endif */
/* @TODO: why are line numbers off by 1? */
int main() {
}