1 // RUN: %clang_cc1 -fsyntax-only -verify %s
5 double fill_B; // expected-note {{previous declaration is here}}
12 int one; // expected-note {{previous declaration is here}}
13 int one; // expected-error {{duplicate member 'one'}}
20 int fill_B; // expected-error {{duplicate member 'fill_B'}}