forked from OSchip/llvm-project
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:
parent
ac76a41717
commit
46cfdb9625
|
@ -0,0 +1,2 @@
|
|||
// RUN: clang %s --test-pickling 2>&1 | grep -q 'SUCCESS'
|
||||
#include "../Sema/stmt_exprs.c"
|
Loading…
Reference in New Issue