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