Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.dg / darwin-comm.c
blob74d50867c7f463cb597acb27bcd1189f5b385f6e
1 /* { dg-do compile { target *-*-darwin9* } } */
2 /* { dg-final { scan-assembler ".comm _foo,1,15" } } */
4 char foo __attribute__ ((aligned(32768)));