struct-parse-1.c

来自「用于进行gcc测试」· C语言 代码 · 共 12 行

C
12
字号
/* Copyright (C) 2006 Free Software Foundation, Inc. *//* Contributed by Carlos O'Donell on 2006-03-31 *//* This code caused the C frontend to loop    forever exhausting all system memory, or ICE *//* Origin: Carlos O'Donell <carlos@codesourcery.com> *//* { dg-options "-std=c99" } */struct s { int a; int b; struct t c; }; /* { dg-error "field 'c' has incomplete type" } */struct s d = { .b = 0 };

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?