modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr70061.c (about)

     1  typedef int v8si __attribute__ ((vector_size (32)));
     2  
     3  int
     4  foo(v8si c, v8si d)
     5  {
     6  l0:
     7    if (c[2])
     8      d ^= c;
     9    return d[3];
    10  }