blob: dec7d6c18f8a955538a6016f48eaa8f382acdb56 [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;
John McCall73061d02010-03-19 07:56:44 +00004struct {int x;} x = a; // expected-error {{incompatible type initializing 'int', expected 'struct <anonymous}}