* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / crash45.C
blobd2fbc8ca97c2f29f46223172054773a642cdd67e
1 // PR c++/37348
2 // { dg-do compile }
4 struct A
6   template <class> int f (B);   // { dg-error "was not declared in this scope|cannot be a member template|has not been declared" }
7 };