index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
CompileFeatures
/
cxx_alignof.cpp
blob: 63b14fec965b5aaade086f26f0e77d66c8029494 (
plain
)
1
2
3
4
5
int
someFunc
()
{
return
alignof
(
int
);
}