* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp2a / cplusplus.C
blob614fc52e391d4c2db177e3991caf1cead077260d
1 // { dg-do compile }
2 // { dg-options "-std=c++2a" }
4 static_assert(__cplusplus > 201703L);