Sign in
llvm
/
llvm-project
/
clang
/
27d389b54701f2e9a03e4f87c3f3de42a0c28d85
/
.
/
test
/
DebugInfo
/
Generic
/
null-sanitizer-debug-info-regression.cpp
blob: 0b62f24177bbd9588ce5bd9cb75d1e24f98ca361 [
file
]
// RUN: %clangxx -g -fsanitize=null -fsanitize-trap=all -fsanitize-annotate-debug-info=all -O2 -std=c++17 -c -o /dev/null %s
struct
foo
{
foo
(
int
,
long
,
const
int
&
=
int
());
}
foo
(
0
,
0
);