summaryrefslogtreecommitdiff
path: root/test/libcxx/depr/depr.c.headers/ciso646.pass.cpp
blob: 725a7ab1331b5c4cdaacb29188f704f08a4c1a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//===----------------------------------------------------------------------===//
//
//                     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.
//
//===----------------------------------------------------------------------===//

// <ciso646>

#include <ciso646>

#ifndef _LIBCPP_VERSION
#error _LIBCPP_VERSION not defined
#endif

int main()
{
}