summaryrefslogtreecommitdiffstats
path: root/test/Parser/argument_redef.c
blob: 1a43178a40cd16f81348d43d4b80aa9cf83d997c (plain)
1
2
3
4
5
6
/* RUN: clang-cc -fsyntax-only -verify %s
*/

int foo(int A) { /* expected-note {{previous definition is here}} */
  int A; /* expected-error {{redefinition of 'A'}} */
}
OpenPOWER on IntegriCloud