blob: 9b2811ccc7596e3c0c6871740551fc52a0869c74 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -std=c99 -verify %s
// expected-no-diagnostics
void bb(int sz, int ar[sz][sz]) { }