index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
CompileFeatures
/
cxx_alignas.cpp
blob: 9fc2c2a7f7a214ab9d6c5787343529ed720c8d07 (
plain
)
1
2
3
4
5
struct
S1
{
alignas
(
8
)
int
n
;
};