(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr97205.c
       1  int a;
       2  typedef __attribute__((aligned(2))) int x;
       3  int f ()
       4  {
       5    x b = a;
       6    return b;
       7  }