android_mt6572_jiabo/external/clang/test/Sema/arg-scope.c
2025-09-05 16:56:03 +08:00

6 lines
137 B
C

// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
void aa(int b, int x[sizeof b]) {}
void foo(int i, int A[i]) {}