analyzer: use ultimate alias target at calls (PR 93288)
[gcc.git] / gcc / testsuite / g++.dg / analyzer / pr93288.C
1 // { dg-do compile }
2
3 struct a {
4 a();
5 };
6 class foo {
7 a b;
8 } c;