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