pr15443-2.c
来自「linux下编程用 编译软件」· C语言 代码 · 共 16 行
C
16 行
/* { dg-do compile } */struct foo { int bar;};typedef struct foo* bar;void f () __attribute__ ((__malloc__)); /* { dg-warning "ignored" } */int g () __attribute__ ((__malloc__)); /* { dg-warning "ignored" } */int* h () __attribute__ ((__malloc__));void* i () __attribute__ ((__malloc__));struct foo j () __attribute__ ((__malloc__)); /* { dg-warning "ignored" } */struct foo* k () __attribute__ ((__malloc__));bar l () __attribute__((malloc));
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?