1 2 3 4 5 6 7
#include "client/crashpad_client.h" int main() { auto *client = new crashpad::CrashpadClient(); return 0; }