1 // RUN: clang-cc -verify -fsyntax-only %s
2 
3 int x(*g); // expected-error {{use of undeclared identifier 'g'}}
4