2 /* { dg-require-effective-target sync_char_short } */
4 /* This testcase failed on s390 because no compare instruction for
5 the check of FLAG was emitted. */
7 unsigned short int count
= 0;
10 extern void abort (void);
11 extern void exit (int);
16 __sync_add_and_fetch (&count
, -1);