Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
74391b48b4791cded373683a3baf67314f358d50
/
.
/
test
/
Parser
/
argument_redef.c
blob: 16263f43571b2ebbb49c458612483102f80f8474 [
file
] [
log
] [
blame
]
/* RUN: clang -fsyntax-only -verify %s
*/
int
foo
(
int
A
)
{
/* expected-note {{previous definition is here}} */
int
A
;
/* expected-error {{redefinition of 'A'}} */
}