Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
700f76299c40ba2c17841b69e480d13055743a0c
/
.
/
Tests
/
CompileFeatures
/
cxx_alignof.cpp
blob: 63b14fec965b5aaade086f26f0e77d66c8029494 [
file
]
int
someFunc
()
{
return
alignof
(
int
);
}