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