Added initial test case for testing serialization of ASTs. This test
case simply performs --test-pickling on the code found in Sema/stmt_exprs.c.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44412 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Serialization/stmt_exprs.c b/test/Serialization/stmt_exprs.c
new file mode 100644
index 0000000..c85cbd6
--- /dev/null
+++ b/test/Serialization/stmt_exprs.c
@@ -0,0 +1,2 @@
+// RUN: clang %s --test-pickling 2>&1 | grep -q 'SUCCESS'
+#include "../Sema/stmt_exprs.c"
\ No newline at end of file