blob: 724d0ea368ba16a8ba36e5120b1f61d2de7d2617 [file] [log] [blame]
// RUN: clang-cc %s -verify -fsyntax-only
int a;
struct {int x;} x = a; // expected-error {{incompatible type initializing 'int', expected 'struct <anonymous>'}}