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_binary_literals.cpp
blob: 14a9e7523e9567ed878b3f674cf0a9c635ddd397 (
plain
)
1
2
3
4
5
6
int
someFunc
()
{
int
i
=
0
b101
;
return
i
-
5
;
}