blob: 8eaefa6cd10031a89decb90b7e70bae856a5be44 [file] [log] [blame]
Eli Friedmanda153232009-02-20 01:34:21 +00001// RUN: clang %s -verify -fsyntax-only
2
3int a;
4struct {int x;} x = a; // expected-error {{incompatible type initializing 'int', expected 'struct <anonymous>'}}