summaryrefslogtreecommitdiffstats
path: root/test/Sema/arg-scope-c99.c
blob: b5b1c8a812c1e1bd56c3a9f3dd4e417ca96abce3 (plain)
1
2
// RUN: clang-cc -fsyntax-only -std=c99 -verify %s
int bb(int sz, int ar[sz][sz]) { }
OpenPOWER on IntegriCloud