1 // { dg-do compile }
2 
3 // Origin: Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
4 
5 // PR c++/9364: ICE processing typename with name error.
6 
7 void find(typename int&); // { dg-error "typename|void|expected" }
8