blob: 9ad77f61a732bc30be49f074713f6c8901e1ccaa [file] [log] [blame]
// RUN: clang %s -fsyntax-only -verify
int f(int) { } // expected-note {{previous definition is here}}
int f(int);
int f(int) { } // expected-error {{redefinition of 'f'}}