// RUN: %clang_cc1 -Wno-uninitialized -fsyntax-only -verify -std=c++11 -Wno-error=static-float-init %s
int vs = 0;
;
// Instantiating another default member initializer while parsing one should
// not cause us to mess up the 'this' override.
;
;