* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / has_trivial_destructor-2.C
blobf9dacf179e19029411e02e2c0a5efadac16ec102
1 // PR c++/36855
3 typedef char assert_0 [__has_trivial_destructor (int&) ? 1 : -1];