aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-22 20:43:21 +0000
committerChris Lattner <sabre@nondot.org>2003-05-22 20:43:21 +0000
commit9c9b4977a47951c5e4ce5e2442bc216d51e46dbe (patch)
treeea7381ec51dcdb01bb62b1f131bdbb2edde4c263
parentb83c613cf1cf84f421c5a9cf8ca149205f7c7420 (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.c1
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];