summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-07 17:23:26 -0500
committerpommicket <pommicket@gmail.com>2022-02-07 17:23:26 -0500
commit26fccf7cd711468a600f833e375182b2a326fd79 (patch)
treef8d0a3da28a69e596b8a0dfa80fbcc3c088fbdfe /05/main.c
parentaba654c36d2b53fe1a5aa7697b71675639209f97 (diff)
fix #elif line number problem with parse test
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c6
1 files changed, 6 insertions, 0 deletions
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() {
}