blob: b5b1c8a812c1e1bd56c3a9f3dd4e417ca96abce3 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc -fsyntax-only -std=c99 -verify %s
Chris Lattner04421082008-04-08 04:40:51 +00002int bb(int sz, int ar[sz][sz]) { }