summaryrefslogtreecommitdiffstats
path: root/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview')
-rw-r--r--libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview/error_category.pass.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview/error_category.pass.cpp b/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview/error_category.pass.cpp
new file mode 100644
index 00000000000..444329a2b6b
--- /dev/null
+++ b/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview/error_category.pass.cpp
@@ -0,0 +1,19 @@
+//===----------------------------------------------------------------------===//
+//
+// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+// <system_error>
+
+// class error_category
+
+#include <system_error>
+
+int main()
+{
+ std::error_category* p = 0;
+}
OpenPOWER on IntegriCloud