OSDN Git Service

PR/51443
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / darwin-comm.c
1 /* { dg-do compile { target *-*-darwin[912]* } } */
2 /* { dg-final { scan-assembler ".comm\[ \t\]_foo,1,15" } } */
3
4 char foo __attribute__ ((aligned(32768)));