mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 18:09:48 +00:00
5 lines
110 B
C++
5 lines
110 B
C++
#include <exception>
|
|
int main(int argc, char* argv[])
|
|
{
|
|
return 0 == std::uncaught_exceptions() ? 0 : 1;
|
|
} |