blob: fae2736d229f28643d8c7a75c6f97894a72dc010 [file] [log] [blame]
Howard Hinnant8f73c632010-09-27 21:17:38 +00001//===----------------------------------------------------------------------===//
2//
3// The LLVM Compiler Infrastructure
4//
Howard Hinnantb64f8b02010-11-16 22:09:02 +00005// This file is dual licensed under the MIT and the University of Illinois Open
6// Source Licenses. See LICENSE.TXT for details.
Howard Hinnant8f73c632010-09-27 21:17:38 +00007//
8//===----------------------------------------------------------------------===//
Jonathan Roelofs8d86b2e2014-09-05 19:45:05 +00009//
10// UNSUPPORTED: libcpp-has-no-threads
Howard Hinnant8f73c632010-09-27 21:17:38 +000011
12// <atomic>
13
14#include <atomic>
15
16#ifndef _LIBCPP_VERSION
17#error _LIBCPP_VERSION not defined
18#endif
19
20int main()
21{
22}