xref
: /
llvm-project
/
clang
/
test
/
SemaCXX
/
Inputs
/
nullability-completeness.h
(revision 0a12b90c98a76df07bd815a660d1ed5fdc178697)
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