OSDN Git Service

2009-08-14 Paolo Bonzini <bonzini@gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / darwin-comm.c
1 /* { dg-do compile { target *-*-darwin[912]* } } */
2 /* { dg-final { scan-assembler ".comm _foo,1,15" } } */
3
4 char foo __attribute__ ((aligned(32768)));