1  /* { dg-do compile } */
       2  
       3  int
       4  foo ()
       5  {
       6    return __sync_fetch_and_add ((int *) 0, 1);
       7  }
       1  /* { dg-do compile } */
       2  
       3  int
       4  foo ()
       5  {
       6    return __sync_fetch_and_add ((int *) 0, 1);
       7  }