First Commit
This commit is contained in:
5
externals/cryptopp/TestPrograms/test_cxx11_alignas.cpp
vendored
Normal file
5
externals/cryptopp/TestPrograms/test_cxx11_alignas.cpp
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
alignas(8) unsigned char x[16];
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user