Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bf6131fc9a164ddf7d2ed02b6870cdbce4efd4e8
/
.
/
Tests
/
CompileFeatures
/
cxx_alignas.cpp
blob: 9fc2c2a7f7a214ab9d6c5787343529ed720c8d07 [
file
]
struct
S1
{
alignas
(
8
)
int
n
;
};