Sign in
llvm
/
llvm-project
/
98dbcff19cfedb4e27d267310a76d616cd435447
/
.
/
clang
/
test
/
SemaCXX
/
Inputs
/
nullability-completeness.h
blob: 1b30e1b4d90611144e6a3839afe51a2b3e4e29cb [
file
] [
log
] [
blame
]
template
<
typename
T
>
struct
Template
final
{
int
*
_Nonnull
x
;
T y
;
};