mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 06:56:06 +00:00
3 lines
86 B
C
3 lines
86 B
C
// RUN: clang-cc -fsyntax-only -std=c99 -verify %s
|
|
int bb(int sz, int ar[sz][sz]) { }
|