xref
: /
external
/
llvm-project
/
clang
/
test
/
SemaCXX
/
Inputs
/
nullability-completeness.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
template
<
typename
T
>
struct
Template
final
{
2
int
*
_Nonnull
x
;
3
T
y
;
4
};
5