(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
pr109661-1.c
       1  /* { dg-options "-O2 -Wpsabi" } */
       2  
       3  enum __attribute__((aligned(16))) e { E };
       4  
       5  enum e test (int x, enum e y) { return y; }