1 /* Test the special handling of .pru_irq_map section. */
2
3 /* { dg-do compile } */
4
5 int my_int_map __attribute__((section(".pru_irq_map")));
6
7 /* Section must not have the allocated flag. */
8 /* { dg-final { scan-assembler "\.section\[ \t\]+.pru_irq_map,\[ \]*\"\",[ ]*@progbits" } } */