diff options
Diffstat (limited to 'clang/test/Sema/arg-scope.c')
| -rw-r--r-- | clang/test/Sema/arg-scope.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Sema/arg-scope.c b/clang/test/Sema/arg-scope.c new file mode 100644 index 00000000000..fc2bb70d0a1 --- /dev/null +++ b/clang/test/Sema/arg-scope.c @@ -0,0 +1,5 @@ +// RUN: clang -fsyntax-only -verify %s +int aa(int b, int x[sizeof b]) {} + +void foo(int i, int A[i]) {} + |

