diff options
Diffstat (limited to 'clang/test/Sema/arg-scope-c99.c')
-rw-r--r-- | clang/test/Sema/arg-scope-c99.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Sema/arg-scope-c99.c b/clang/test/Sema/arg-scope-c99.c new file mode 100644 index 0000000..912776a --- /dev/null +++ b/clang/test/Sema/arg-scope-c99.c @@ -0,0 +1,2 @@ +// RUN: %clang_cc1 -fsyntax-only -std=c99 -verify %s +void bb(int sz, int ar[sz][sz]) { } |