* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / crash65.C
blob04154f40cd52aa941129ea845d7df1be5ae01871
1 // PR c++/58535
3 struct A
5   template<int> virtual void foo(); // { dg-error "templates" }
6 };