Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
470fb73d4e09e1dfe62cb545d7fe0e567ac6e8d6
/
.
/
test
/
CodeGenCXX
/
reference-init.cpp
blob: 9baad94a96e76e8f97abc335e131721194d82551 [
file
] [
log
] [
blame
]
// RUN: clang-cc -emit-llvm-only -verify %s
struct
XPTParamDescriptor
{};
struct
nsXPTParamInfo
{
nsXPTParamInfo
(
const
XPTParamDescriptor
&
desc
);
};
void
a
(
XPTParamDescriptor
*
params
)
{
const
nsXPTParamInfo
&
paramInfo
=
params
[
0
];
}