Fix testcase
authorChris Lattner <sabre@nondot.org>
Thu, 22 May 2003 20:43:21 +0000 (20:43 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 May 2003 20:43:21 +0000 (20:43 +0000)
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

index 78e15dfc3be74c58eea6785b6d8d72d4f0330855..7ab4d67a9984eff47124c51d75dd83c81735fad8 100644 (file)
@@ -1,3 +1,4 @@
+#include <stdio.h>
 
 int test(int Num) {
   int Arr[Num];