fix hang in testsuite

llvm-svn: 40799
This commit is contained in:
Chris Lattner 2007-08-04 00:18:28 +00:00
parent c9a15cabdc
commit 2f48d5e2ed
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: clang -parse-ast-check
// RUN: clang -parse-ast-check %s
extern void funcInt(int);
extern void funcFloat(float);