Merge -r 127928:132243 from trunk
[official-gcc.git] / gcc / testsuite / g++.dg / template / error30.C
blobe1138d052ec2dc3d79ceaa8f29b9b178176cd807
1 // PR c++/33210
3 template<int> struct A;
5 template<template<typename> class B> A<B<int>::x> operator() (); // { dg-error "A<B<int>::x>" }