Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
CompileFeatures
/
cxx_binary_literals.cpp
blob: 14a9e7523e9567ed878b3f674cf0a9c635ddd397 [
file
] [
log
] [
blame
]
int
someFunc
()
{
int
i
=
0b101
;
return
i
-
5
;
}