summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-08 21:53:14 -0500
committerpommicket <pommicket@gmail.com>2022-02-08 21:53:14 -0500
commitd7a9a565a9819ef0e9d5ba6123b28b2556e73ca1 (patch)
tree0e54fb8b681b16ca5c108cdd3cfe052f92b9847b /05/main.c
parent0a2d05bdd5dd788de90b2291a981b851de183976 (diff)
fix declaring multiple variables after struct definition
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c18
1 files changed, 1 insertions, 17 deletions
diff --git a/05/main.c b/05/main.c
index c929f02..72c22aa 100644
--- a/05/main.c
+++ b/05/main.c
@@ -1,17 +1 @@
-#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
-*/
-
-
-
-int main() {
-}
+/* #include "tests/parse_stb_image.h" */