mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 18:09:48 +00:00
6 lines
88 B
C++
6 lines
88 B
C++
int main(int argc, char* argv[])
|
|
{
|
|
alignas(16) unsigned char x[16];
|
|
return 0;
|
|
}
|