C11 defines kill_dependency as a macro in <stdatomic.h>. When you include
<atomic> after <stdatomic.h>, the macro clashes with std::kill_dependency and
causes multiple errors. Explicit error should help in diagnosing those errors.
No change for working code that includes <atomic> before <stdatomic.h>.
rdar://problem/27435938
Is there a reason we want to test this twice - once in clang and once in libc++?
We can use expected-error in libc++ tests to check the error.