aboutsummaryrefslogtreecommitdiff
path: root/test/libcxx/selftest/test.sh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/libcxx/selftest/test.sh.cpp')
-rw-r--r--test/libcxx/selftest/test.sh.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/libcxx/selftest/test.sh.cpp b/test/libcxx/selftest/test.sh.cpp
new file mode 100644
index 000000000000..14dc2db8018b
--- /dev/null
+++ b/test/libcxx/selftest/test.sh.cpp
@@ -0,0 +1,16 @@
+// -*- 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.
+//
+//===----------------------------------------------------------------------===//
+
+// RUN: %build
+// RUN: %run
+
+int main()
+{
+}