gencpp/project/gen.bootstrap.cpp

15 lines
183 B
C++

#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
#define GEN_ENFORCE_STRONG_CODE_TYPES
#define GEN_EXPOSE_BACKEND
#include "gen.cpp"
using namespace gen;
void gen_main()
{
return 0;
}