hanchenye-llvm-project/clang/test/Sema/arg-scope-c99.c

3 lines
87 B
C
Raw Normal View History

// RUN: clang-cc -fsyntax-only -std=c99 -verify %s
2009-07-22 08:43:08 +08:00
void bb(int sz, int ar[sz][sz]) { }