* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / linkage1.C
blobaa6983c54c8a446de0b170669473bc75260d2998
1 // DR 563
3 extern int i; // { dg-message "linkage" }
4 extern "C" int i; // { dg-error "linkage" }