xref
: /
external
/
llvm-project
/
clang
/
test
/
Analysis
/
Inputs
/
system-header-simulator-for-nullability-cxx.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
pragma
clang
system_header
2
3
struct
S
{
~SS
4
~
S
(){}
5
};
6
foo()
7
void
foo
() {
8
S
s
;
9
}
10