freebsd-skq/test/Sema/arg-scope-c99.c
2009-06-02 17:58:47 +00:00

3 lines
86 B
C

// RUN: clang-cc -fsyntax-only -std=c99 -verify %s
int bb(int sz, int ar[sz][sz]) { }