blob: 5a2697f316771a815f7c9574c3397960ffa1644c (
plain)
1
2
3
4
5
|
/* PR middle-end/84237 */
/* { dg-do compile { target *-*-linux* } } */
/* { dg-options "" } */
const char __attribute__((__section__(".bss.page_aligned.const"), __aligned__(4096))) zero_page[4096];
|