Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
49b32d80416288b6eb8e26f76c40a8e32c20a361
/
.
/
clang
/
test
/
Analysis
/
Inputs
/
system-header-simulator-for-nullability-cxx.h
blob: fe620c9ff197ea9c53843195600f6cf63708b65a [
file
] [
log
] [
blame
]
George Karpenkov
405fdfc
2018-03-24 01:53:12 +0000
[
diff
] [
blame
]
1
#pragma
clang system_header
2
3
struct
S
{
4
~
S
(){}
5
};
6
7
void
foo
()
{
8
S s
;
9
}