blob: ea47bc2aa5559276e4fa9658af35897c8c2cb281 [file] [log] [blame]
// { dg-do assemble { xfail *-*-* } }
// by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
// Copyright (C) 1999 Free Software Foundation
struct Q {
template<class>
class X {
};
};
template<template<class> class>
class Y {
};
Y<typename Q::X> y; // { dg-error "" } typename out of template context