Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
.
/
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
])
{}