--- /dev/null
+// RUN: echo 'I am some stdout' &&
+// RUN: echo 'I am some stderr' 1>&2 &&
+// RUN: false
--- /dev/null
+# -*- Python -*-
+
+# Configuration file for the 'lit' test runner.
+
+# suffixes: A list of file extensions to treat as test files.
+suffixes = ['.c', '.cpp', '.m', '.mm']
+
+# environment: The base environment to use when running test commands.
+#
+# The 'PATH' and 'SYSTEMROOT' variables will be set automatically from the lit
+# command line variables.
+environment = {}
--- /dev/null
+// RUN: true
--- /dev/null
+// RUN: false
+// XFAIL
--- /dev/null
+// RUN: true
+// XFAIL