summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c11
1 files changed, 9 insertions, 2 deletions
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() {
}