(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr105660-2.c
       1  /* PR105660
       2   * { dg-do compile }
       3   * { dg-options "-Wall -std=c17" }
       4   */
       5  
       6  
       7  struct bat_gen_conf_s;
       8  void batch_generator_create2(struct bat_gen_conf_s* config, int D, int N, const long bat_dims[D][N], const long tot_dims[D][N], const long tot_strs[D][N], const _Complex float* data[D]);
       9  void batch_generator_create2(struct bat_gen_conf_s* config, int D, int N, const long bat_dims[D][N], const long tot_dims[D][N], const long tot_strs[D][N], const _Complex float* data[D]);
      10  
      11  
      12