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