📄 const4.c
字号:
// PR c++/21454// Test whether A is put into .rodata section on platforms// that have it.// { dg-do compile }const int a[] __attribute__ ((__used__)) = { 0, 1, 2, 3 };// The MMIX port always switches to the .data section at the end of a file.// { dg-final { scan-assembler-not "\\.data(?!\\.rel\\.ro)" { xfail powerpc*-*-aix* mmix-*-* } } }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -