mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-02-10 06:30:05 +00:00
6 lines
92 B
C++
6 lines
92 B
C++
![]() |
int main(int argc, char* argv[])
|
||
|
{
|
||
|
alignas(8) unsigned char x[16];
|
||
|
return 0;
|
||
|
}
|