6 lines
92 B
C++
Raw Normal View History

2020-10-22 20:43:01 +03:00
int main(int argc, char* argv[])
{
alignas(8) unsigned char x[16];
return 0;
}