From 0a2d05bdd5dd788de90b2291a981b851de183976 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 8 Feb 2022 20:09:08 -0500 Subject: more parsing tests, more fixes - #elif now actually works properly (hopefully) - fixed some array decaying bugs (hopefully), and generally simplified typing --- 05/main.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to '05/main.c') diff --git a/05/main.c b/05/main.c index 94dfbd7..c929f02 100644 --- a/05/main.c +++ b/05/main.c @@ -1,10 +1,17 @@ -#include "tests/parse_stb_sprintf.h" +#include "tests/parse_stb_image.h" /* #if 0 */ /* #elif 1 */ /* int f(){} */ /* #endif */ +/* @TODO: some more testing of #if/#elif/#else/#endif */ +/* @TODO: ensure that + struct Something { + int a; + } x,y; + works +*/ + -/* @TODO: why are line numbers off by 1? */ int main() { } -- cgit v1.2.3