Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
7fe8d4bfc4e14758308dbf2f2fcd96cb614b7b29
/
.
/
Tests
/
CompileFeatures
/
cxx_rvalue_references.cpp
blob: 3b85ab68e2df8d88064ecc2d616db7dffa91babf [
file
] [
log
] [
blame
]
void
someFunc
(
int
&&)
{
}