blob: 9b2811ccc7596e3c0c6871740551fc52a0869c74 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -fsyntax-only -std=c99 -verify %s
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00002// expected-no-diagnostics
Mike Stumpd1969d82009-07-22 00:43:08 +00003void bb(int sz, int ar[sz][sz]) { }