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

     1  int res, a, b;
     2  void *foo;
     3  static void f2 (int arg) { res = ((int (*)[arg][b]) foo)[0][0][0]; }
     4  void f1 (void) { f2 (a); }