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