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