mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 01:49:41 +00:00
7 lines
98 B
C++
7 lines
98 B
C++
#include <cstddef>
|
|
int main(int argc, char* argv[])
|
|
{
|
|
int* p = nullptr;
|
|
return 0;
|
|
}
|