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