vcpkg/scripts/test_ports/vcpkg-ci-crashpad/project/main.cpp

8 lines
117 B
C++
Raw Normal View History

#include "client/crashpad_client.h"
int main()
{
auto *client = new crashpad::CrashpadClient();
return 0;
}