summaryrefslogtreecommitdiffstats
path: root/libcxx/test/libcxx/experimental/language.support/support.coroutines/version.sh.cpp
blob: 229ce10dd044bd15963447f86298fbd771efbc7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// -*- C++ -*-
//===----------------------------------------------------------------------===//
//
//                     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, c++11
// REQUIRES: fcoroutines-ts

// RUN: %build -fcoroutines-ts
// RUN: %run

#include <experimental/coroutine>

#ifndef _LIBCPP_VERSION
#error _LIBCPP_VERSION must be defined
#endif

int main()
{
}
OpenPOWER on IntegriCloud