OSDN Git Service

PR c++/52685
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / error30.C
1 // PR c++/33210
2
3 template<int> struct A;
4
5 template<template<typename> class B> A<B<int>::x> operator() (); // { dg-error "A<B<int>::x>" }