diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ // Just includes for now so CLion sees the files -#include "nitro/nitro.h" #include "structs/structs.h" + +void main() { + int x = NULL +} |