📄 attribute2.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 + -