(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
darwin-comm.c
       1  /* { dg-do compile { target *-*-darwin[912]* } } */
       2  /* { dg-options "-fcommon" } */
       3  /* { dg-final { scan-assembler ".comm\[ \t\]_foo,1,15" } } */
       4  
       5  char foo __attribute__ ((aligned(32768)));