diff options
Diffstat (limited to 'test/CodeGen/sizeof-vla.c')
-rw-r--r-- | test/CodeGen/sizeof-vla.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/sizeof-vla.c b/test/CodeGen/sizeof-vla.c index b0c514f..c5fc912 100644 --- a/test/CodeGen/sizeof-vla.c +++ b/test/CodeGen/sizeof-vla.c @@ -2,7 +2,7 @@ // PR3442 -static void *g(unsigned long len); +void *g(unsigned long len); void f(int n) |