Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / darwin-comm.c
bloba743fc6d4edb8f242b820e814368d0767d645ffd
1 /* { dg-do compile { target *-*-darwin[912]* } } */
2 /* { dg-final { scan-assembler ".comm\[ \t\]_foo,1,15" } } */
4 char foo __attribute__ ((aligned(32768)));