freebsd-dev/test/Sema/arg-scope-c99.c
2010-01-01 10:34:51 +00:00

3 lines
89 B
C

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