diff options
Diffstat (limited to 'libcxx/test/strings/c.strings/cuchar.pass.cpp')
-rw-r--r-- | libcxx/test/strings/c.strings/cuchar.pass.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libcxx/test/strings/c.strings/cuchar.pass.cpp b/libcxx/test/strings/c.strings/cuchar.pass.cpp new file mode 100644 index 00000000000..ec5f6a0ef7c --- /dev/null +++ b/libcxx/test/strings/c.strings/cuchar.pass.cpp @@ -0,0 +1,16 @@ +//===----------------------------------------------------------------------===// +// +// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <cuchar> + +#include <cuchar> + +int main() +{ +} |