// RUN: %clang_cc1 -fexceptions -fcxx-exceptions -verify %s -DERRORS
// RUN: %clang_cc1 -fexceptions -fcxx-exceptions -emit-llvm-only %s
void throw; // expected-error{{incomplete type 'Incomplete' is not allowed in exception specification}}
; // expected-note{{forward}}
void
void
void // expected-note {{instantiation of}}