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

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

OpenPOWER on IntegriCloud