summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-decl.cpp
blob: 3fa284282ad6f7bbf42b340d7d34496936af8d6f (plain)
1
2
3
// RUN: clang-cc -verify -fsyntax-only %s

int x(*g); // expected-error {{use of undeclared identifier 'g'}}
OpenPOWER on IntegriCloud