Files
clang-p2996/libcxx/test/std/strings/c.strings/cuchar.pass.cpp
Casey Carter 2c861e8a12 [libc++][test] Properly mark libc++-only XFAILs
These tests PASS on libstdc++ and MSVC.
2020-05-12 16:11:22 -07:00

22 lines
487 B
C++

//===----------------------------------------------------------------------===//
//
// 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
//
//===----------------------------------------------------------------------===//
//
// XFAIL: libc++
// <cuchar>
#include <cuchar>
#include "test_macros.h"
int main(int, char**)
{
return 0;
}