mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-12 16:07:52 +08:00
8 lines
117 B
C++
8 lines
117 B
C++
|
#include "client/crashpad_client.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
auto *client = new crashpad::CrashpadClient();
|
||
|
return 0;
|
||
|
}
|