Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
da153239bb6e69722fdd82914e729bb39f5821c5
/
.
/
test
/
Sema
/
invalid-init-diag.c
blob: 8eaefa6cd10031a89decb90b7e70bae856a5be44 [
file
] [
log
] [
blame
]
Eli Friedman
da15323
2009-02-20 01:34:21 +0000
[
diff
] [
blame^
]
1
// RUN: clang %s -verify -fsyntax-only
2
3
int
a
;
4
struct
{
int
x
;}
x
=
a
;
// expected-error {{incompatible type initializing 'int', expected 'struct <anonymous>'}}