⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 attribute2.c

📁 linux下编程用 编译软件
💻 C
字号:
/* Test to make sure that invalid attributes aren't translated.   If error recovery is ever testable then "foobar" should be   translated.  *//* { dg-do compile }   { dg-require-iconv "IBM1047" } */int foo __attribute__ ((walrus)); /* { dg-error "walrus" "ignored" } */char x[] = "foobar";

⌨️ 快捷键说明

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