// Check that the type of an array is set correctly when flat initializers // are used. // { dg-do compile } struct s { int a; int b; }; struct s x[] = { 1, 2, 3, 4 }; int y[sizeof (x) == 2 * sizeof (x[0])? 1 : -1];
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机