1  /* { dg-lto-options "-mcpu=v9" { target sparc*-*-* } } */
       2  /* { dg-require-effective-target sync_char_short } */
       3  void
       4  _cairo_clip_path_reference () {
       5    int a;
       6    __sync_fetch_and_add(&a, 1);
       7  }
       8  
       9  int main(void) {
      10    return 0;
      11  }