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