1 // RUN: %clang_cc1 -fsyntax-only -verify %s
6 return *c
; // expected-error{{indirection requires pointer operand}}
15 alpha(1); // expected-note{{instantiation of function template}}
19 _shexp_match
<char>(); // expected-note{{instantiation of function template}}