crash67.c

来自「this is a gcc file, you can download it 」· C语言 代码 · 共 21 行

C
21
字号
// Build don't link:// Special g++ Options: // // Copyright (C) 2001 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; // WARNING - defines namespace class};

⌨️ 快捷键说明

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