blob: 0b62f24177bbd9588ce5bd9cb75d1e24f98ca361 [file] [log] [blame] [edit]
// 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);