Add main file

This commit is contained in:
2024-07-19 21:57:01 +01:00
parent 9131f19c95
commit 2beb091a44
+4
View File
@@ -0,0 +1,4 @@
typedef struct img Image;
struct img {};
int main(void) { return 0; }