blob: 1a43178a40cd16f81348d43d4b80aa9cf83d997c [file] [log] [blame]
/* RUN: clang-cc -fsyntax-only -verify %s
*/
int foo(int A) { /* expected-note {{previous definition is here}} */
int A; /* expected-error {{redefinition of 'A'}} */
}