1// RUN: %clang_cc1 -fsyntax-only -std=c99 -verify %s
2// expected-no-diagnostics
3void bb(int sz, int ar[sz][sz]) { }
4