blob: de3f4e574488163e713fbcad96656cef176fa7a3 [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<Q::X> y1;