(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr54552-1.c
       1  void
       2  f (void)
       3  {
       4    unsigned n = 10;
       5  
       6    typedef double T[n];
       7    (double (*)[n])((unsigned char (*)[sizeof (T)]){ 0 });
       8  }