summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/parse/tmpl-outside1.C
blob: b628f9972986936853b6a117213549770b6eb955 (plain)
1
2
3
4
5
6
7
8
9
10
// PR c++/3792
// Origin: <david.abrahams@rcn.com>
// { dg-do compile }

struct X
{
   template <int i> struct Y {};
};

typedef X::template Y<0> y; // { dg-error "template|invalid" "" { target { ! c++11 } } }
OpenPOWER on IntegriCloud