Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c20482b10ee4ffcea31f67392743ccdf6df1f7f4
/
.
/
test
/
Parser
/
cxx0x-rvalue-reference.cpp
blob: 36432332722d403ee9d9ab322a527d7b0c8ad8ae [
file
] [
log
] [
blame
]
// RUN: clang -fsyntax-only -verify -std=c++0x %s
int
&&
r1
(
int
&&
a
);
typedef
int
&&
R
;
void
r2
(
const
R a
);