// RUN: %clang_cc1 -fsyntax-only -verify %s
; // expected-note 2{{forward declaration of 'Incomplete'}}
Incomplete ; // well-formed
Incomplete // expected-error{{incomplete result type 'Incomplete' in function definition}}\
// expected-error{{variable has incomplete type 'Incomplete'}}