From 9c9b4977a47951c5e4ce5e2442bc216d51e46dbe Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 22 May 2003 20:43:21 +0000 Subject: [PATCH] Fix testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6299 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/C++Frontend/2003-05-22-VarSizeArray.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/C++Frontend/2003-05-22-VarSizeArray.c b/test/C++Frontend/2003-05-22-VarSizeArray.c index 78e15dfc3be..7ab4d67a998 100644 --- a/test/C++Frontend/2003-05-22-VarSizeArray.c +++ b/test/C++Frontend/2003-05-22-VarSizeArray.c @@ -1,3 +1,4 @@ +#include int test(int Num) { int Arr[Num]; -- 2.50.1