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