Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
04a2311982d34269f84362a02a7a76a3e47675bc
/
.
/
test
/
Sema
/
invalid-init-diag.c
blob: a215fa7c254ba83410a6a778dc0f1123fcb0e61e [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -verify -fsyntax-only
int
a
;
struct
{
int
x
;}
x
=
a
;
// expected-error {{incompatible type initializing 'int', expected 'struct <anonymous>'}}