blob: adf92faaa692ed37818f94c2cce266a75760b9d2 [file] [log] [blame]
// PR c++/84843
// { dg-do compile }
// { dg-options "" }
extern "C" int
__atomic_compare_exchange (int x, int y) // { dg-error "ambiguates built-in declaration" }
{
return x + y;
}