diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..a830664 --- /dev/null +++ b/src/main.c @@ -0,0 +1,4 @@ +typedef struct img Image; +struct img {}; + +int main(void) { return 0; }