Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
test
/
Parser
/
argument_redef.c
blob: 519e8fd2033f8451ac75f71037c9880797993799 [
file
] [
log
] [
blame
]
/* RUN: %clang_cc1 -fsyntax-only -verify %s
*/
void
foo
(
int
A
)
{
/* expected-note {{previous definition is here}} */
int
A
;
/* expected-error {{redefinition of 'A'}} */
}