blob: 9ead2901c4c1e64e2f1103b46daf146c9ed50f33 [file] [log] [blame]
/* PR c/37724 */
/* { dg-do compile } */
/* { dg-options "" } */
struct f
{
int *a;
};
char b[10];
struct f g = {b}; /* { dg-error "initialization of 'int \\*' from incompatible pointer type" } */
/* { dg-note "near initialization for" "" { target *-*-* } .-1 } */