blob: 94ab98f45ff9a8931b10b44372a0af4b29117937 [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 "6:variable or field .find. declared void" }
// { dg-error "expected" "" { target *-*-* } .-1 }