2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / memtemp86.C
blobea47bc2aa5559276e4fa9658af35897c8c2cb281
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<typename Q::X> y; // { dg-error "" } typename out of template context