diff options
author | Chris Lattner <sabre@nondot.org> | 2003-05-22 20:43:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-05-22 20:43:21 +0000 |
commit | 9c9b4977a47951c5e4ce5e2442bc216d51e46dbe (patch) | |
tree | ea7381ec51dcdb01bb62b1f131bdbb2edde4c263 | |
parent | b83c613cf1cf84f421c5a9cf8ca149205f7c7420 (diff) |
Fix testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6299 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/C++Frontend/2003-05-22-VarSizeArray.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/C++Frontend/2003-05-22-VarSizeArray.c b/test/C++Frontend/2003-05-22-VarSizeArray.c index 78e15dfc3b..7ab4d67a99 100644 --- a/test/C++Frontend/2003-05-22-VarSizeArray.c +++ b/test/C++Frontend/2003-05-22-VarSizeArray.c @@ -1,3 +1,4 @@ +#include <stdio.h> int test(int Num) { int Arr[Num]; |