#include typedef enum CompilerBackend : u8 { COMPILER_BACKEND_NEST = 'm', // COMPILER_BACKEND_LLVM, COMPILER_BACKEND_COUNT, } CompilerBackend;