aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/darwin-comm.c
blob: a743fc6d4edb8f242b820e814368d0767d645ffd (plain)
1
2
3
4
/* { dg-do compile { target *-*-darwin[912]* } } */
/* { dg-final { scan-assembler ".comm\[ \t\]_foo,1,15" } } */

char foo __attribute__ ((aligned(32768)));