* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / abi / nullptr-align.C
blob7de365a4408a9b96c4132edffa2b01020fd5dc96
1 // PR c++/65945
2 // { dg-do compile { target c++11 } }
3 // { dg-options "-fabi-version=9" }
5 static_assert(alignof (decltype (nullptr)) == alignof (void *), "");