Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b151bcfc9ee53ad6aa4e24760bce87f1004f6381
/
.
/
Tests
/
CompileFeatures
/
cxx_binary_literals.cpp
blob: 14a9e7523e9567ed878b3f674cf0a9c635ddd397 [
file
] [
log
] [
blame
]
int
someFunc
()
{
int
i
=
0b101
;
return
i
-
5
;
}