// RUN: %clang_cc1 -fsyntax-only -verify %s
;
;
; // expected-note{{instantiation}}
;
short& ; // expected-note {{should be declared prior to the call site}}
;
;
; // expected-note{{instantiation}}
// FIXME: test overloaded function call operators, calls to member
// functions, etc.