diff options
Diffstat (limited to 'test/C++Frontend/2003-05-22-VarSizeArray.c')
-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]; |