FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / memtemp86.C
blobfe06dae5b4026c2dbad831887f5f092f8fb126e8
1 // Build don't link:
2 // crash test - XFAIL *-*-*
4 // by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
5 // Copyright (C) 1999 Free Software Foundation
7 struct Q {
8         template<class>
9         class X {
10         };
12 template<template<class> class>
13 class Y {
15 Y<typename Q::X> y; // ERROR - typename out of template context