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