// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
// Make sure we don't run off the end of the stream when parsing a deferred
// initializer.
int a; // expected-note {{previous}}
a; // expected-error {{redefinition}}
// Make sure we use all of the tokens.
;
// Test recovery for bad constructor initializers