PR c++/79050 - ICE with undeduced auto and LTO
[gcc.git] / gcc / testsuite / g++.dg / lto / pr79050_0.C
1 // PR c++/79050
2 // { dg-lto-do assemble }
3
4 int main ()
5 {
6 auto foo ();
7 }