Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
test
/
SemaCXX
/
Inputs
/
nullability-completeness.h
blob: 1b30e1b4d90611144e6a3839afe51a2b3e4e29cb [
file
] [
log
] [
blame
]
template
<
typename
T
>
struct
Template
final
{
int
*
_Nonnull
x
;
T y
;
};