aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/arg-scope.c
blob: fc2bb70d0a157f08b418845e4dd6191d435b393c (plain)
1
2
3
4
5
// RUN: clang -fsyntax-only -verify %s
int aa(int b, int x[sizeof b]) {}

void foo(int i, int A[i]) {}