aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/dcl.decl/dcl.meaning/dcl.fct/p3.cpp
blob: 6f71978c4e4641d9dc8e831a70fb5de1be74897a (plain) (blame)
1
2
3
// RUN: clang-cc -fsyntax-only -verify %s 
void f(int) { } // expected-note {{previous definition is here}}
void f(const int) { } // expected-error {{redefinition of 'f'}}