* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / new4.C
blob34bd23230192d0d6322f42f3349690302759bc5a
1 // PR c++/29291
2 // { dg-do compile }
4 template<int> void foo()
6   new int(;  // { dg-error "before" }