* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / abi / mangle23.C
blobf22347a0490f1adb3fbe5b4bc6d94d327bf1b3fd
1 // PR c++/16240
2 // { dg-options "-fabi-version=2 -Wno-abi" }
4 void foo(char);
5 template<void (&)(char)> struct CB {};
7 void g(CB<foo> i) {}
9 // { dg-final { scan-assembler "\n_?_Z1g2CBILZ3foocEE\[: \t\n\]" } }