First Commit
This commit is contained in:
6
externals/cryptopp/TestPrograms/test_cxx11_alignof.cpp
vendored
Normal file
6
externals/cryptopp/TestPrograms/test_cxx11_alignof.cpp
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <cstddef>
|
||||
int main (int argc, char* argv[])
|
||||
{
|
||||
std::size_t n = alignof(int);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user