Merge from mainline
[official-gcc.git] / gcc / testsuite / gcc.dg / pr25376.c
blob3008b091dc2835413febd720bcc54fbd62044934
1 /* PR25376. Verify that a named section is honored. */
2 /* { dg-require-named-sections "" } */
4 void simple (void) __attribute__((section("my_named_section")));
5 void simple (void)
9 /* { dg-final { scan-assembler "my_named_section" } } */