summaryrefslogtreecommitdiff
path: root/main.c
blob: b4ccce7591cbb497f4c0ebde8d778fc357d658e9 (plain)
1
2
3
4
5
6
// Just includes for now so CLion sees the files
#include "structs/structs.h"

void main() {
    int x = NULL
}