📄 crash67.c
字号:
// { dg-do assemble }// { dg-options "" }// // Copyright (C) 2001, 2003 Free Software Foundation, Inc.// Contributed by Nathan Sidwell 6 May 2001 <nathan@codesourcery.com>// Bug 2526. We ICE'd after diagnosing dependent name confusion in// friendliness when not being pedantic.template<typename T>struct B{ typedef B<T> Mother;};template<typename T>struct D : B<T>{ friend class Mother;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -