OSDN Git Service

2005-07-23 Oyvind Harboe <oyvind.harboe@zylin.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / memtemp87.C
1 // { dg-do assemble { xfail *-*-* } }
2
3 // by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
4 // Copyright (C) 1999, 2002 Free Software Foundation
5
6 class Q {
7 public:
8         template<class>
9         class X {
10         };
11 };
12 template<template<class> class>
13 class Y {
14 };
15 Q::template X<int> x; // { dg-error "" } template syntax
16