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