PR c/49859
[official-gcc.git] / gcc / testsuite / g++.dg / parse / error41.C
blob621a2e252ed50fbc5e03a218646e6ae1cc08385c
1 // PR c++/44524
3 template<typename, typename>
4 struct map
6   bool empty();
7 };
9 int bar(map<int, float> *X) {
10   return X.empty();  // { dg-error "which is of pointer type 'map" }