new testcase

llvm-svn: 41541
This commit is contained in:
Chris Lattner 2007-08-28 16:20:14 +00:00
parent 91e8d2a974
commit 613cef84b4
1 changed files with 5 additions and 0 deletions

5
clang/test/Sema/assign.c Normal file
View File

@ -0,0 +1,5 @@
// RUN: clang -parse-ast-check %s
void *test1(void) { return 0; }