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