blob: a215fa7c254ba83410a6a778dc0f1123fcb0e61e [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 %s -verify -fsyntax-only
Eli Friedmanda153232009-02-20 01:34:21 +00002
3int a;
4struct {int x;} x = a; // expected-error {{incompatible type initializing 'int', expected 'struct <anonymous>'}}