Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / torture / pr61848.C
blobbeb490c7543674bc1a1acb2575e1a231cb723f54
1 /* { dg-do compile } */
2 /* { dg-require-effective-target named_sections } */
3 /* { dg-final { scan-assembler "mysection" } } */
4 extern char foo;
5 char foo __attribute__ ((__section__(".mysection")));