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: 35b7c8294d2dfa57275da242c5c14f557cfa5573 (
plain
)
1
2
3
4
struct
S1
{
alignas
(
8
)
int
n
;
};