blob: 724d0ea368ba16a8ba36e5120b1f61d2de7d2617 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc %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>'}}