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.

llvm-svn: 44412
This commit is contained in:
Ted Kremenek 2007-11-28 19:23:15 +00:00
parent ac76a41717
commit 46cfdb9625
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
// RUN: clang %s --test-pickling 2>&1 | grep -q 'SUCCESS'
#include "../Sema/stmt_exprs.c"