aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/template/error30.C
blob: e1138d052ec2dc3d79ceaa8f29b9b178176cd807 (plain)
1
2
3
4
5
// PR c++/33210

template<int> struct A;

template<template<typename> class B> A<B<int>::x> operator() (); // { dg-error "A<B<int>::x>" }