x86: Tune Skylake, Cannonlake and Icelake as Haswell
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / lookup8.C
blob1662f68c7b654d18c2f6da3c38438f68bdbf6b33
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 template <class T>
5 class X{};
7 class Y : public X<int>
9   void f();
12 void Y::f()
14   X x;