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

3 lines
83 B
C
Raw Normal View History

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