modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/pr77754-6.c (about)

     1  /* PR c/77754 */
     2  
     3  int fn3();
     4  
     5  void fn4(int (*)[fn3 ()][fn3 () + 1][fn3 () + 2], struct S { int a[fn3 ()]; } *);
     6  
     7  void fn1() {
     8    int a[10][fn3 ()][fn3 () + 1][fn3 () + 2];
     9    fn4 (a, 0);
    10  }