1  /* Tests how complex pic constant expressions are handled.  */
       2  /* { dg-do assemble } */
       3  /* { dg-skip-if "PIC not available for ARC6xx" { arc6xx } } */
       4  /* { dg-options "-mno-sdata -w -Os -fpic" } */
       5  
       6  a() {
       7    char *b = "";
       8    char c;
       9    int d = &c - " \n\t\v\b\r\f\a/\0";
      10    e(b[d]);
      11  }