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