emptyunion.c
来自「this is a gcc file, you can download it 」· C语言 代码 · 共 14 行
C
14 行
// PR optimization/11059// This testcase ICEd because clear_by_pieces was called with zero length.// { dg-do compile }// { dg-options "-O2" }union uni {};int main() { uni *h; h = (uni *)new uni();}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?