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

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