blob: 46cf3452b751ea307c78f3159ea8f36b0e6d85d0 [file] [log] [blame]
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++03, c++11
// REQUIRES: fcoroutines-ts
// ADDITIONAL_COMPILE_FLAGS: -fcoroutines-ts
#include <experimental/coroutine>
#ifndef _LIBCPP_VERSION
#error _LIBCPP_VERSION must be defined
#endif
int main(int, char**)
{
return 0;
}