Fix all tests that fail with -sanitize=return.
[official-gcc.git] / gcc / testsuite / g++.dg / tree-ssa / pr68760.C
bloba22b88ea4833476afe6193ff3b56da7ec5759750
1 // PR c++/68760
2 // { dg-do compile }
3 // { dg-options "-fdump-ipa-cgraph" }
5 struct A { A (); } a;