The Nest
Explore
Sign in
nuudlman
llvm
clang
test
Analysis
Inputs
system-header-simulator-for-nullability-cxx.h
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
#pragma
clang system_header
struct
S
{
~
S
(
)
{
}
}
;
void
foo
(
)
{
S s
;
}