summaryrefslogtreecommitdiff
path: root/test/Sema/arg-scope-c99.c
blob: 9b2811ccc7596e3c0c6871740551fc52a0869c74 (plain)
1
2
3
// RUN: %clang_cc1 -fsyntax-only -std=c99 -verify %s
// expected-no-diagnostics
void bb(int sz, int ar[sz][sz]) { }