Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
test
/
PCH
/
block-helpers.h
blob: 3614cc7be93a060bed25eb6c474d75b00542b422 [
file
] [
log
] [
blame
]
struct
S0
{
S0
();
S0
(
const
S0
&)
noexcept
(
false
);
int
a
;
};
struct
S
{
void
m
()
{
__block S0 x
,
y
;
^{
(
void
)
x
;
(
void
)
y
;
};
}
};