📄 error9.c
字号:
// { dg-options -Wall }// Copyright (C) 2004 Free Software Foundation, Inc.// Contributed by Nathan Sidwell 27 Sept 2004 <nathan@codesourcery.com>// Origin: v.haisman@sh.cvut.cz// Bug 17681: bad diagnostic text.struct A{ };struct B{ };struct C : public B, public A{ C () // { dg-warning "when initialized" "" } : A(), B() // { dg-warning "base .\[AB\]." "" } { }};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -