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