1// -*- C++ -*-
2//===-- header_inclusion_order_memory_1.pass.cpp --------------------------===//
3//
4// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5// See https://llvm.org/LICENSE.txt for license information.
6// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7//
8//===----------------------------------------------------------------------===//
9
10// UNSUPPORTED: c++03, c++11, c++14
11
12#include "support/pstl_test_config.h"
13
14#include <memory>
15#include <execution>
16
17int
18main()
19{
20 return 0;
21}
22

source code of pstl/test/pstl/header_inclusion_order_memory_1.pass.cpp