Sign in
cobalt
/
cobalt
/
bf4fe390b81028497c53296ce92f8c4193be685a
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Sema
/
arg-scope.c
blob: 3de672be9f7d3ed0c58f8243be70573e0eca20ec [
file
] [
log
] [
blame
]
// 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
])
{}