clang-1/test/Sema/arg-scope.c

6 строки
104 B
C

// RUN: clang -fsyntax-only -verify %s
int aa(int b, int x[sizeof b]) {}
void foo(int i, int A[i]) {}