[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20100302_0.C
bloba9fb5c73971449cf07e9ce621694e2d2bc820ef7
1 // Test for ABI forward-compatibility aliases with LTO.
2 // { dg-skip-if ""  { { ! { i?86-*-* x86_64-*-* } } || { *-*-darwin* } } }
3 // { dg-lto-options {"-flto -fabi-version=2"} }
5 #include "20100302.h"
7 void f(mm128 *) { }
9 template <> mm128 A<mm128>::t = { };