aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/null-sanitizer-debug-info-regression.cpp
blob: 0b62f24177bbd9588ce5bd9cb75d1e24f98ca361 (plain)
1
2
3
4
5
// 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);