repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Sema
/
arg-scope-c99.c
blob
9b2811ccc7596e3c0c6871740551fc52a0869c74
1
// RUN: %clang_cc1 -fsyntax-only -std=c99 -verify %s
2
// expected-no-diagnostics
3
void
bb
(
int
sz
,
int
ar
[
sz
][
sz
]) { }