From 26fccf7cd711468a600f833e375182b2a326fd79 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 7 Feb 2022 17:23:26 -0500 Subject: fix #elif line number problem with parse test --- 05/main.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '05/main.c') diff --git a/05/main.c b/05/main.c index 980503c..94dfbd7 100644 --- a/05/main.c +++ b/05/main.c @@ -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() { } -- cgit v1.2.3