blob: 529889df60c92da20464dbdca32798272e4b0675 [file] [log] [blame]
// { dg-do compile }
// Origin: Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
// PR c++/9364: ICE processing typename with name error.
void find(typename int&); // { dg-error "typename|void|expected" }