blob: 04b361dfe5a43015b1b60c9122c5be811b63c48c [file] [log] [blame]
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03
// <experimental/deque>
#include <experimental/deque>
#ifndef _LIBCPP_VERSION
#error header must provide _LIBCPP_VERSION
#endif
int main()
{
}