// RUN: %clang_cc1 %s -pedantic -verify -fsyntax-only
// Test that 'private' is not parsed as an address space qualifier
// in regular C++ mode.
;
void ; //expected-error{{variable has incomplete type 'void'}} expected-error{{expected expression}}