#include "saura/app/app.hpp" int main() { auto *app_ctx = new (saura::App); app_ctx->run(); // TODO: вызывает вылет! // delete app_ctx; return 0; }