brintos

brintos / llvm-project-archived public Read only

0
0
Text · 191 B · 0b62f24 Raw
6 lines · cpp
1// RUN: %clangxx -g -fsanitize=null -fsanitize-trap=all -fsanitize-annotate-debug-info=all -O2 -std=c++17 -c -o /dev/null %s2 3struct foo {4  foo(int, long, const int & = int());5} foo(0, 0);6