Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / memtemp85.C
blob03e3d467522fc3cc28e20a1fbdaf7d9deb669fb8
1 // { dg-do assemble }
3 // by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
4 // Copyright (C) 1999 Free Software Foundation
6 struct Q {
7         template<class>
8         class X {
9         };
11 template<template<class> class>
12 class Y {
14 Y<Q::X> y1;