// RUN: %clang_cc1 -fsyntax-only -verify %s
int ; // expected-note{{when applied to this declaration}}
int ; // expected-note 2 {{when applied to this declaration}}
// Out of order!
int ; // expected-note 1 {{when applied to this declaration}}
// Test how pushes with namespaces interact with pushes without namespaces.
int ; // expected-note{{when applied to this declaration}}
int ; // expected-note{{when applied to this declaration}}