2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / memtemp85.C
blobde3f4e574488163e713fbcad96656cef176fa7a3
1 // { dg-do assemble { xfail *-*-* } }
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;