📌 📄 内容摘要:
前面忘了后面忘了 (@wwwtom) 在 【水】猜猜这段C代码会不会编译报错 中发帖
struct A
{
int a;
char b;
};
int test()
{
struct A sa[10] = {[0].a = 1, {.a = 1, .b = 2}};
}
────────── 链接信息 ──────────
🔗 论坛链接: linux.do
📎 访问地址: https://linux.do/t/topic/501884/1
─────────────────────────────
📢 来源:LINUX DO