summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/p3.cpp
blob: 01fa6ac35548b97dce409b0a07fd5c1276ece609 (plain)
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'}}
OpenPOWER on IntegriCloud