// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s
; // expected-note {{forward declaration}}
char ar; // expected-error {{invalid application of 'sizeof' to an incomplete type}}
void
int ; // expected-note{{possible target for call}}
int ; // expected-note{{possible target for call}}
void
void ; // expected-note{{possible target for call}}
void ; // expected-note{{possible target for call}}
void